From 952109ea5bdefc61dde037e48fbc1f75f04df9a8 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Wed, 12 May 2021 16:24:24 -0700 Subject: [PATCH] docs: remove changelogs from deno dir --- packages/deno/packages/core/CHANGELOG.md | 336 ----- .../packages/plugin-dataloader/CHANGELOG.md | 83 - .../packages/plugin-directives/CHANGELOG.md | 224 --- .../deno/packages/plugin-mocks/CHANGELOG.md | 204 --- .../deno/packages/plugin-relay/CHANGELOG.md | 265 ---- .../packages/plugin-scope-auth/CHANGELOG.md | 170 --- .../plugin-simple-objects/CHANGELOG.md | 156 -- .../plugin-smart-subscriptions/CHANGELOG.md | 235 --- .../packages/plugin-sub-graph/CHANGELOG.md | 221 --- .../packages/plugin-validation/CHANGELOG.md | 156 -- packages/deno/scripts/build.ts | 2 +- packages/plugin-validation/yarn.lock | 1340 ----------------- yarn.lock | 5 + 13 files changed, 6 insertions(+), 3391 deletions(-) delete mode 100644 packages/deno/packages/core/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-dataloader/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-directives/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-mocks/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-relay/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-scope-auth/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-simple-objects/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-smart-subscriptions/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-sub-graph/CHANGELOG.md delete mode 100644 packages/deno/packages/plugin-validation/CHANGELOG.md delete mode 100644 packages/plugin-validation/yarn.lock diff --git a/packages/deno/packages/core/CHANGELOG.md b/packages/deno/packages/core/CHANGELOG.md deleted file mode 100644 index 2454b3570..000000000 --- a/packages/deno/packages/core/CHANGELOG.md +++ /dev/null @@ -1,336 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.4.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.4.1 - 2021-05-10 - -#### 🐞 Fixes - -- build esm during release script ([172d4a2](https://github.com/hayes/giraphql/commit/172d4a2)) - -**Note:** Version bump only for package @giraphql/core - - - - - -## 2.4.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -#### 📘 Docs - -- fix a typo ([0f2bdbb](https://github.com/hayes/giraphql/commit/0f2bdbb)) -- fix links in readme ([a950d39](https://github.com/hayes/giraphql/commit/a950d39)) -- fix links in readme ([6132d42](https://github.com/hayes/giraphql/commit/6132d42)) -- move website link higher in readme ([2260e33](https://github.com/hayes/giraphql/commit/2260e33)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.3.0 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/core - - - - - -## 2.3.0-alpha.0 - 2021-05-08 - -#### 🚀 Updates - -- add new context-cache util for safer context based caching ([c1656cf](https://github.com/hayes/giraphql/commit/c1656cf)) -- add new ParentShape helper to enable refs with different resolve and parent types ([18d8b1c](https://github.com/hayes/giraphql/commit/18d8b1c)) -- improve resolver types with better errors and async-generator support ([3e39492](https://github.com/hayes/giraphql/commit/3e39492)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.2.1 - 2021-05-05 - -#### 🐞 Fixes - -- add deno files after deno-build ([3f4f94b](https://github.com/hayes/giraphql/commit/3f4f94b)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.2.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/core - - - - - -## 2.2.0-alpha.0 - 2021-05-05 - -#### 🚀 Updates - -- add script for generating deno compatible files ([6dc68c1](https://github.com/hayes/giraphql/commit/6dc68c1)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.1.2 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.1.1 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.1.0 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/core - - - - - -## 2.1.0-alpha.0 - 2021-04-12 - -#### 🚀 Updates - -- add giraphqlConfig to all extensions and add getInputTypeFieldConfigs method to build cache ([7d9c47f](https://github.com/hayes/giraphql/commit/7d9c47f)) -- add new utils for mapping inputs fields in plugins ([be9fd1d](https://github.com/hayes/giraphql/commit/be9fd1d)) -- add zod plugin ([5a77982](https://github.com/hayes/giraphql/commit/5a77982)) -- build graphql types in specific order to make certain plugin use cases easier ([65b8942](https://github.com/hayes/giraphql/commit/65b8942)) -- schemas are now sorted after being built ([154b51c](https://github.com/hayes/giraphql/commit/154b51c)) - -#### 🐞 Fixes - -- args builder now coppies prototype methods from field builder so that extending FieldBuilder class works as expected ([bc8fd04](https://github.com/hayes/giraphql/commit/bc8fd04)) -- correctly add extensions from giraphql options to build config objects for input fields ([33e59bc](https://github.com/hayes/giraphql/commit/33e59bc)) - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -#### 📘 Docs - -- add docs on mapping inputs ([eed4785](https://github.com/hayes/giraphql/commit/eed4785)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.0.2 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/core - - - - - -### 2.0.1 - 2021-02-19 - -#### 🐞 Fixes - -- correctly set deprecationReason ([cdc0c76](https://github.com/hayes/giraphql/commit/cdc0c76)) - -**Note:** Version bump only for package @giraphql/core - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 🐞 Fixes - -- use fieldOptionsByKind pattern for input field builder ([6ccf739](https://github.com/hayes/giraphql/commit/6ccf739)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add 2.0 migration guide ([48314c5](https://github.com/hayes/giraphql/commit/48314c5)) -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) -- wip - plugin guide ([cf9c6ec](https://github.com/hayes/giraphql/commit/cf9c6ec)) - -**Note:** Version bump only for package @giraphql/core - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- remove field wrapper plugin api ([5d7af54](https://github.com/hayes/giraphql/commit/5d7af54)) -- updated plugin API to initialize new plugins when calling toSchema ([05890db](https://github.com/hayes/giraphql/commit/05890db)) -- you can no-longer define args on 'exposed' fields ([240162b](https://github.com/hayes/giraphql/commit/240162b)) - -#### 🚀 Updates - -- add directives plugin ([b44ccde](https://github.com/hayes/giraphql/commit/b44ccde)) - -#### 🐞 Fixes - -- add useGraphQLToolsUnorderedDirectives option to directive plugin ([a9e1ca6](https://github.com/hayes/giraphql/commit/a9e1ca6)) - -#### 📘 Docs - -- add initial docs for scope auth plugin ([15b086d](https://github.com/hayes/giraphql/commit/15b086d)) - -#### 🛠 Internals - -- add some basic scope-auth tests ([7ceb24a](https://github.com/hayes/giraphql/commit/7ceb24a)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 1.6.0-alpha.1 - 2021-02-01 - -#### 🐞 Fixes - -- add useGraphQLToolsUnorderedDirectives option to directive plugin ([6517dd4](https://github.com/hayes/giraphql/commit/6517dd4)) - -**Note:** Version bump only for package @giraphql/core - - - - - -## 1.6.0-alpha.0 - 2021-02-01 - -#### 🚀 Updates - -- add directives plugin ([ff76fe7](https://github.com/hayes/giraphql/commit/ff76fe7)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 1.5.1 - 2021-01-26 - -#### 🐞 Fixes - -- use thenable instead of types.isPromise to support custom promise implementations ([f5625e4](https://github.com/hayes/giraphql/commit/f5625e4)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 1.5.0 - 2021-01-23 - -**Note:** Version bump only for package @giraphql/core - - - - - -## 1.5.0-alpha.0 - 2021-01-23 - -#### 🚀 Updates - -- improve error messages for unresolved refs and allow arguments to be implemented after references ([8c5a8b0](https://github.com/hayes/giraphql/commit/8c5a8b0)) - -**Note:** Version bump only for package @giraphql/core - - - - - -### 1.4.0 - 2021-01-11 - -**Note:** Version bump only for package @giraphql/core - - - - - -## 1.4.0-alpha.1 - 2021-01-10 - -#### 🚀 Updates - -- only enable wrapping when a plugin with field wrapper is enabled ([1c24fcd](https://github.com/hayes/giraphql/commit/1c24fcd)) -- remove extra async awaits in auth plugin ([fe9273d](https://github.com/hayes/giraphql/commit/fe9273d)) -- significantly reduce number of awaits in resolve wrappers ([3dd028d](https://github.com/hayes/giraphql/commit/3dd028d)) - -**Note:** Version bump only for package @giraphql/core - - - - - -# [1.1.0](https://github.com/hayes/giraphql/compare/@giraphql/core@1.1.0-alpha.0...@giraphql/core@1.1.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/core - - - - - -# Changelog - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-dataloader/CHANGELOG.md b/packages/deno/packages/plugin-dataloader/CHANGELOG.md deleted file mode 100644 index 01c2fc94b..000000000 --- a/packages/deno/packages/plugin-dataloader/CHANGELOG.md +++ /dev/null @@ -1,83 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.1.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader - - - - - -### 2.1.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader - - - - - -## 2.1.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -#### 📘 Docs - -- add docs on adding dataloader options ([cdf096a](https://github.com/hayes/giraphql/commit/cdf096a)) -- fix a couple issues in dataloader docs ([10f0a6c](https://github.com/hayes/giraphql/commit/10f0a6c)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader - - - - - -### 2.0.0 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader - - - - - -## 2.0.0-alpha.2 - 2021-05-08 - -#### 🚀 Updates - -- add deno support for dataloader plugin ([720ba01](https://github.com/hayes/giraphql/commit/720ba01)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader - - - - - -## 2.0.0-alpha.1 - 2021-05-08 - -#### 🚀 Updates - -- add dataloader plugin ([2e2403a](https://github.com/hayes/giraphql/commit/2e2403a)) -- support more dataloader flows and add tests ([adf9408](https://github.com/hayes/giraphql/commit/adf9408)) - -#### 🐞 Fixes - -- rename duplicate field in example ([8c55d1f](https://github.com/hayes/giraphql/commit/8c55d1f)) -- update snapshots with new test fields ([a7cc628](https://github.com/hayes/giraphql/commit/a7cc628)) - -**Note:** Version bump only for package @giraphql/plugin-dataloader diff --git a/packages/deno/packages/plugin-directives/CHANGELOG.md b/packages/deno/packages/plugin-directives/CHANGELOG.md deleted file mode 100644 index b3f150efc..000000000 --- a/packages/deno/packages/plugin-directives/CHANGELOG.md +++ /dev/null @@ -1,224 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.1.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.1.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -## 2.1.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.8 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.8-alpha.0 - 2021-05-08 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.7 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.6 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.6-alpha.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.5 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.4 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.3 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.3-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.2 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- bump peer deps to 2.0 range ([2a0fae8](https://github.com/hayes/giraphql/commit/2a0fae8)) - -#### 🚀 Updates - -- add directives plugin ([b44ccde](https://github.com/hayes/giraphql/commit/b44ccde)) - -#### 🐞 Fixes - -- add useGraphQLToolsUnorderedDirectives option to directive plugin ([a9e1ca6](https://github.com/hayes/giraphql/commit/a9e1ca6)) -- move rate limit directive to devDependencies ([1415572](https://github.com/hayes/giraphql/commit/1415572)) -- update peer deps for directives plugin ([bf28486](https://github.com/hayes/giraphql/commit/bf28486)) - -#### 🛠 Internals - -- add some basic scope-auth tests ([7ceb24a](https://github.com/hayes/giraphql/commit/7ceb24a)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -### 1.1.0-alpha.1 - 2021-02-01 - -#### 🐞 Fixes - -- add useGraphQLToolsUnorderedDirectives option to directive plugin ([6517dd4](https://github.com/hayes/giraphql/commit/6517dd4)) - -**Note:** Version bump only for package @giraphql/plugin-directives - - - - - -## 1.1.0-alpha.0 - 2021-02-01 - -#### 🚀 Updates - -- add directives plugin ([ff76fe7](https://github.com/hayes/giraphql/commit/ff76fe7)) - -**Note:** Version bump only for package @giraphql/plugin-directives diff --git a/packages/deno/packages/plugin-mocks/CHANGELOG.md b/packages/deno/packages/plugin-mocks/CHANGELOG.md deleted file mode 100644 index 0dc347f61..000000000 --- a/packages/deno/packages/plugin-mocks/CHANGELOG.md +++ /dev/null @@ -1,204 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.1.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -## 2.1.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.8 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.8-alpha.0 - 2021-05-08 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.7 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.6 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.6-alpha.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.5 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.4 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.3 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.3-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.2 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- wip - plugin guide ([cf9c6ec](https://github.com/hayes/giraphql/commit/cf9c6ec)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- bump peer deps to 2.0 range ([2a0fae8](https://github.com/hayes/giraphql/commit/2a0fae8)) -- remove field wrapper plugin api ([5d7af54](https://github.com/hayes/giraphql/commit/5d7af54)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -### 1.2.1 - 2021-02-07 - -#### 🐞 Fixes - -- specify @giraphql/core as peer and dev dep so it is updated correctly ([f096393](https://github.com/hayes/giraphql/commit/f096393)) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -# [1.1.0](https://github.com/hayes/giraphql/compare/@giraphql/plugin-mocks@1.1.0-alpha.0...@giraphql/plugin-mocks@1.1.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/plugin-mocks - - - - - -# Changelog - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-relay/CHANGELOG.md b/packages/deno/packages/plugin-relay/CHANGELOG.md deleted file mode 100644 index d319768f3..000000000 --- a/packages/deno/packages/plugin-relay/CHANGELOG.md +++ /dev/null @@ -1,265 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.2.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.2.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -## 2.2.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.5 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.5-alpha.0 - 2021-05-08 - -#### 🛠 Internals - -- fix up a couple issues in internal types of relay field builder methods ([1131f42](https://github.com/hayes/giraphql/commit/1131f42)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.4 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.3 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.3-alpha.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.2 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.1 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.1.0 - 2021-04-16 - -#### 📘 Docs - -- add docs for validation plugin ([f7d83bf](https://github.com/hayes/giraphql/commit/f7d83bf)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -## 2.1.0-alpha.0 - 2021-04-12 - -#### 🚀 Updates - -- add globalID and globalIDList methods to InputFieldBuilder ([1048354](https://github.com/hayes/giraphql/commit/1048354)) - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.0.4 - 2021-03-28 - -#### 🐞 Fixes - -- **[relay]** include extra fields defined for connections and edges ([2b29e3a](https://github.com/hayes/giraphql/commit/2b29e3a)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.0.3 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.0.2 - 2021-02-21 - -#### 🐞 Fixes - -- restore missing exports in relay plugin ([2630250](https://github.com/hayes/giraphql/commit/2630250)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 🐞 Fixes - -- restore globalId helper function exports in relay plugin ([16d8a0c](https://github.com/hayes/giraphql/commit/16d8a0c)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) -- wip - plugin guide ([cf9c6ec](https://github.com/hayes/giraphql/commit/cf9c6ec)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- bump peer deps to 2.0 range ([2a0fae8](https://github.com/hayes/giraphql/commit/2a0fae8)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -### 1.4.1 - 2021-02-07 - -#### 🐞 Fixes - -- specify @giraphql/core as peer and dev dep so it is updated correctly ([f096393](https://github.com/hayes/giraphql/commit/f096393)) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -# [1.3.0](https://github.com/hayes/giraphql/compare/@giraphql/plugin-relay@1.3.0-alpha.0...@giraphql/plugin-relay@1.3.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/plugin-relay - - - - - -# Changelog - -### 1.2.0 - -Add options objects for auto generated `node` and `nodes` queries, as well as the `Node` and `PageInfo` types. - -### 1.1.0 - -Fixed issues with isTypeOf and ids on nodes. - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-scope-auth/CHANGELOG.md b/packages/deno/packages/plugin-scope-auth/CHANGELOG.md deleted file mode 100644 index 54dac0005..000000000 --- a/packages/deno/packages/plugin-scope-auth/CHANGELOG.md +++ /dev/null @@ -1,170 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.2.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.2.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -## 2.2.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.1.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -## 2.1.0-alpha.0 - 2021-05-05 - -#### 🚀 Updates - -- add script for generating deno compatible files ([6dc68c1](https://github.com/hayes/giraphql/commit/6dc68c1)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.0.4 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.0.3 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.0.2 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.0.2-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) -- wip - plugin guide ([cf9c6ec](https://github.com/hayes/giraphql/commit/cf9c6ec)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- you can no-longer define args on 'exposed' fields ([240162b](https://github.com/hayes/giraphql/commit/240162b)) - -#### 🚀 Updates - -- add option to disable scope auth during build ([c4f6bee](https://github.com/hayes/giraphql/commit/c4f6bee)) -- add support for scopes ([0b10ffd](https://github.com/hayes/giraphql/commit/0b10ffd)) -- add support for authScope checks on interfaces ([fa6fe1e](https://github.com/hayes/giraphql/commit/fa6fe1e)) -- add support for skipping type/interface scopes on specific fields ([34c95e3](https://github.com/hayes/giraphql/commit/34c95e3)) - -#### 🐞 Fixes - -- bump auth plugin to 2.0 ([2bbb142](https://github.com/hayes/giraphql/commit/2bbb142)) - -#### 📘 Docs - -- add initial docs for scope auth plugin ([15b086d](https://github.com/hayes/giraphql/commit/15b086d)) - -#### 🛠 Internals - -- add some basic scope-auth tests ([7ceb24a](https://github.com/hayes/giraphql/commit/7ceb24a)) -- add some caching tests ([0a08760](https://github.com/hayes/giraphql/commit/0a08760)) -- add tests for authScope functions on fields ([324eb2f](https://github.com/hayes/giraphql/commit/324eb2f)) -- add tests for authScope functions on types ([aed363a](https://github.com/hayes/giraphql/commit/aed363a)) -- add tests for type authScopes ([951a6cd](https://github.com/hayes/giraphql/commit/951a6cd)) - -**Note:** Version bump only for package @giraphql/plugin-scope-auth diff --git a/packages/deno/packages/plugin-simple-objects/CHANGELOG.md b/packages/deno/packages/plugin-simple-objects/CHANGELOG.md deleted file mode 100644 index 219ac6d8c..000000000 --- a/packages/deno/packages/plugin-simple-objects/CHANGELOG.md +++ /dev/null @@ -1,156 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.1.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.1.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -## 2.1.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.0.3 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.0.2 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.0.2-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- bump simple-objects to 2.0 ([2ee091a](https://github.com/hayes/giraphql/commit/2ee091a)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 1.2.2-alpha.0 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -### 1.2.1 - 2021-02-07 - -#### 🐞 Fixes - -- specify @giraphql/core as peer and dev dep so it is updated correctly ([f096393](https://github.com/hayes/giraphql/commit/f096393)) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -# [1.1.0](https://github.com/hayes/giraphql/compare/@giraphql/plugin-simple-objects@1.1.0-alpha.0...@giraphql/plugin-simple-objects@1.1.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/plugin-simple-objects - - - - - -# Changelog - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-smart-subscriptions/CHANGELOG.md b/packages/deno/packages/plugin-smart-subscriptions/CHANGELOG.md deleted file mode 100644 index 4f031e00b..000000000 --- a/packages/deno/packages/plugin-smart-subscriptions/CHANGELOG.md +++ /dev/null @@ -1,235 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.2.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.2.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -## 2.2.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.1.2 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.1.2-alpha.0 - 2021-05-08 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.1.1 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.1.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -## 2.1.0-alpha.0 - 2021-05-05 - -#### 🚀 Updates - -- add script for generating deno compatible files ([6dc68c1](https://github.com/hayes/giraphql/commit/6dc68c1)) - -#### 🐞 Fixes - -- cleanup a couple issues that made plugins not work with deno ([92497d1](https://github.com/hayes/giraphql/commit/92497d1)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.5 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.4 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.3 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.3-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.2 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add 2.0 migration guide ([48314c5](https://github.com/hayes/giraphql/commit/48314c5)) -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) - -#### 🛠 Internals - -- add tests for smart-subscription plugin ([38f06ff](https://github.com/hayes/giraphql/commit/38f06ff)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- bump peer deps to 2.0 range ([2a0fae8](https://github.com/hayes/giraphql/commit/2a0fae8)) -- remove field wrapper plugin api ([5d7af54](https://github.com/hayes/giraphql/commit/5d7af54)) -- updated plugin API to initialize new plugins when calling toSchema ([05890db](https://github.com/hayes/giraphql/commit/05890db)) - -#### 🚀 Updates - -- use new resolve wrapper api ([be92520](https://github.com/hayes/giraphql/commit/be92520)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -### 1.2.1 - 2021-02-07 - -#### 🐞 Fixes - -- specify @giraphql/core as peer and dev dep so it is updated correctly ([f096393](https://github.com/hayes/giraphql/commit/f096393)) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -# [1.1.0](https://github.com/hayes/giraphql/compare/@giraphql/plugin-smart-subscriptions@1.1.0-alpha.0...@giraphql/plugin-smart-subscriptions@1.1.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/plugin-smart-subscriptions - - - - - -# Changelog - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-sub-graph/CHANGELOG.md b/packages/deno/packages/plugin-sub-graph/CHANGELOG.md deleted file mode 100644 index f215d054f..000000000 --- a/packages/deno/packages/plugin-sub-graph/CHANGELOG.md +++ /dev/null @@ -1,221 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.1.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.1.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -## 2.1.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.8 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.8-alpha.0 - 2021-05-08 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.7 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.6 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.6-alpha.0 - 2021-05-05 - -#### 🐞 Fixes - -- cleanup a couple issues that made plugins not work with deno ([92497d1](https://github.com/hayes/giraphql/commit/92497d1)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.5 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.4 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.3 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.3-alpha.0 - 2021-04-12 - -#### 📦 Dependencies - -- update dev dependencies ([25a15d4](https://github.com/hayes/giraphql/commit/25a15d4)) -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.2 - 2021-03-16 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.1 - 2021-02-19 - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -# 2.0.0 - 2021-02-16 - -#### 💥 Breaking - -- update plugin API to avoid modifying args. subGraphs are now build by passing subGraph to toSchema ([66d456e](https://github.com/hayes/giraphql/commit/66d456e)) -- update plugin exports and names to be more consistent ([ee07b35](https://github.com/hayes/giraphql/commit/ee07b35)) - -#### 📦 Dependencies - -- update dependencies and add license files ([cb0d102](https://github.com/hayes/giraphql/commit/cb0d102)) - -#### 📘 Docs - -- add more docs o writing plugins ([b996fc6](https://github.com/hayes/giraphql/commit/b996fc6)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 2.0.0-alpha.1 - 2021-02-10 - -#### 🛠 Internals - -- fix broken dev deps ([7af8a0a](https://github.com/hayes/giraphql/commit/7af8a0a)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -# 2.0.0-alpha.0 - 2021-02-10 - -#### 💥 Breaking - -- bump peer deps to 2.0 range ([2a0fae8](https://github.com/hayes/giraphql/commit/2a0fae8)) -- updated plugin API to initialize new plugins when calling toSchema ([05890db](https://github.com/hayes/giraphql/commit/05890db)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -### 1.2.1 - 2021-02-07 - -#### 🐞 Fixes - -- specify @giraphql/core as peer and dev dep so it is updated correctly ([f096393](https://github.com/hayes/giraphql/commit/f096393)) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -# [1.1.0](https://github.com/hayes/giraphql/compare/@giraphql/plugin-sub-graph@1.1.0-alpha.1...@giraphql/plugin-sub-graph@1.1.0) (2020-10-21) - -**Note:** Version bump only for package @giraphql/plugin-sub-graph - - - - - -# Changelog - -### 1.0.0 - -Initial release diff --git a/packages/deno/packages/plugin-validation/CHANGELOG.md b/packages/deno/packages/plugin-validation/CHANGELOG.md deleted file mode 100644 index ec4b92d5a..000000000 --- a/packages/deno/packages/plugin-validation/CHANGELOG.md +++ /dev/null @@ -1,156 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -### 2.3.2 - 2021-05-10 - -#### 🐞 Fixes - -- update ci build command ([7e1d1d2](https://github.com/hayes/giraphql/commit/7e1d1d2)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 2.3.1 - 2021-05-10 - -#### 🐞 Fixes - -- force new version to fix esm build issue ([25f1fd2](https://github.com/hayes/giraphql/commit/25f1fd2)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 2.3.0 - 2021-05-10 - -#### 🚀 Updates - -- add esm build for all packages ([d8bbdc9](https://github.com/hayes/giraphql/commit/d8bbdc9)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 2.2.0 - 2021-05-09 - -#### 📘 Docs - -- update readmes ([07c727b](https://github.com/hayes/giraphql/commit/07c727b)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 2.2.0-alpha.0 - 2021-05-08 - -#### 🚀 Updates - -- add dataloader plugin ([2e2403a](https://github.com/hayes/giraphql/commit/2e2403a)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 2.1.0 - 2021-05-05 - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 2.1.0-alpha.0 - 2021-05-05 - -#### 🚀 Updates - -- add script for generating deno compatible files ([6dc68c1](https://github.com/hayes/giraphql/commit/6dc68c1)) - -#### 🐞 Fixes - -- cleanup a couple issues that made plugins not work with deno ([92497d1](https://github.com/hayes/giraphql/commit/92497d1)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 2.0.0 - 2021-05-02 - -#### 🛠 Internals - -- force version bumps and update validation to 2.0 range ([07730b3](https://github.com/hayes/giraphql/commit/07730b3)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 1.3.1 - 2021-05-02 - -#### 🛠 Internals - -- migrate to @beemo/dev for dev tool configs ([1da1283](https://github.com/hayes/giraphql/commit/1da1283)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 1.3.0 - 2021-05-02 - -#### 🚀 Updates - -- add ability to pass existing zod validators for the validation plugin ([55ebe2f](https://github.com/hayes/giraphql/commit/55ebe2f)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 1.2.0 - 2021-04-27 - -#### 🚀 Updates - -- add createZodSchema function for manually creating zod schemas from validation options ([818e4f3](https://github.com/hayes/giraphql/commit/818e4f3)) - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -### 1.1.0 - 2021-04-16 - -**Note:** Version bump only for package @giraphql/plugin-validation - - - - - -## 1.1.0-alpha.0 - 2021-04-12 - -#### 🚀 Updates - -- add zod plugin ([5a77982](https://github.com/hayes/giraphql/commit/5a77982)) - -#### 📦 Dependencies - -- update dev deps ([cbfa0a4](https://github.com/hayes/giraphql/commit/cbfa0a4)) - -**Note:** Version bump only for package @giraphql/plugin-validation diff --git a/packages/deno/scripts/build.ts b/packages/deno/scripts/build.ts index c1103be1f..d803180db 100644 --- a/packages/deno/scripts/build.ts +++ b/packages/deno/scripts/build.ts @@ -7,7 +7,7 @@ const packageDir = path.resolve(__dirname, '../../'); const targetDir = path.resolve(__dirname, '../packages'); const excludedPackages = ['converter', 'deno', 'plugin-example']; const excludedDirs = ['lib', 'test', 'tests', 'node_modules']; -const excludedFiles = ['package.json', 'tsconfig.json', 'tsconfig.tsbuildinfo']; +const excludedFiles = ['package.json', 'tsconfig.json', 'tsconfig.tsbuildinfo', 'CHANGELOG.md']; const moduleMap: Record = { graphql: 'https://cdn.skypack.dev/graphql?dts', diff --git a/packages/plugin-validation/yarn.lock b/packages/plugin-validation/yarn.lock deleted file mode 100644 index 3537c11b4..000000000 --- a/packages/plugin-validation/yarn.lock +++ /dev/null @@ -1,1340 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@apollo/protobufjs@1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.2.tgz#4bd92cd7701ccaef6d517cdb75af2755f049f87c" - integrity sha512-vF+zxhPiLtkwxONs6YanSt1EpwpGilThpneExUN5K3tCymuxNnVq2yojTvnpRjv2QfsEIt/n7ozPIIzBLwGIDQ== - dependencies: - "@protobufjs/aspromise" "^1.1.2" - "@protobufjs/base64" "^1.1.2" - "@protobufjs/codegen" "^2.0.4" - "@protobufjs/eventemitter" "^1.1.0" - "@protobufjs/fetch" "^1.1.0" - "@protobufjs/float" "^1.0.2" - "@protobufjs/inquire" "^1.1.0" - "@protobufjs/path" "^1.1.2" - "@protobufjs/pool" "^1.1.0" - "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.0" - "@types/node" "^10.1.0" - long "^4.0.0" - -"@apollographql/apollo-tools@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.0.tgz#81aadcabb35eeab6ef7e0d3d6c592a6fe15e66d9" - integrity sha512-7IOZHVaKjBq44StXFJEITl4rxgZCsZFSWogAvIErKR9DYV20rt9bJ2mY5lCn+zghfGrweykjLb9g4TDxLg750w== - dependencies: - apollo-env "^0.10.0" - -"@apollographql/graphql-playground-html@1.6.27": - version "1.6.27" - resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.27.tgz#bc9ab60e9445aa2a8813b4e94f152fa72b756335" - integrity sha512-tea2LweZvn6y6xFV11K0KC8ETjmm52mQrW+ezgB2O/aTQf8JGyFmMcRPFgUaQZeHbWdm8iisDC6EjOKsXu0nfw== - dependencies: - xss "^1.0.8" - -"@apollographql/graphql-upload-8-fork@^8.1.3": - version "8.1.3" - resolved "https://registry.yarnpkg.com/@apollographql/graphql-upload-8-fork/-/graphql-upload-8-fork-8.1.3.tgz#a0d4e0d5cec8e126d78bd915c264d6b90f5784bc" - integrity sha512-ssOPUT7euLqDXcdVv3Qs4LoL4BPtfermW1IOouaqEmj36TpHYDmYDIbKoSQxikd9vtMumFnP87OybH7sC9fJ6g== - dependencies: - "@types/express" "*" - "@types/fs-capacitor" "*" - "@types/koa" "*" - busboy "^0.3.1" - fs-capacitor "^2.0.4" - http-errors "^1.7.3" - object-path "^0.11.4" - -"@giraphql/core@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@giraphql/core/-/core-2.4.0.tgz#ca6039f0e4fab0405b14bcc957d30a6402dd18f3" - integrity sha512-/EY2wDUoARMcDCOGIEd4hzgMtDD5Vh1+C2fktiUnEVWg7n6yUc181u3eil/h0tCWka5638L7YPaQlJG8h19hxA== - -"@josephg/resolvable@^1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.1.tgz#69bc4db754d79e1a2f17a650d3466e038d94a5eb" - integrity sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg== - -"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" - integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= - -"@protobufjs/base64@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" - integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== - -"@protobufjs/codegen@^2.0.4": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" - integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== - -"@protobufjs/eventemitter@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" - integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= - -"@protobufjs/fetch@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" - integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= - dependencies: - "@protobufjs/aspromise" "^1.1.1" - "@protobufjs/inquire" "^1.1.0" - -"@protobufjs/float@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" - integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= - -"@protobufjs/inquire@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" - integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= - -"@protobufjs/path@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" - integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= - -"@protobufjs/pool@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" - integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= - -"@protobufjs/utf8@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" - integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= - -"@types/accepts@*", "@types/accepts@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@types/accepts/-/accepts-1.3.5.tgz#c34bec115cfc746e04fe5a059df4ce7e7b391575" - integrity sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== - dependencies: - "@types/node" "*" - -"@types/body-parser@*", "@types/body-parser@1.19.0": - version "1.19.0" - resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f" - integrity sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== - dependencies: - "@types/connect" "*" - "@types/node" "*" - -"@types/connect@*": - version "3.4.34" - resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.34.tgz#170a40223a6d666006d93ca128af2beb1d9b1901" - integrity sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ== - dependencies: - "@types/node" "*" - -"@types/content-disposition@*": - version "0.5.3" - resolved "https://registry.yarnpkg.com/@types/content-disposition/-/content-disposition-0.5.3.tgz#0aa116701955c2faa0717fc69cd1596095e49d96" - integrity sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== - -"@types/cookies@*": - version "0.7.6" - resolved "https://registry.yarnpkg.com/@types/cookies/-/cookies-0.7.6.tgz#71212c5391a976d3bae57d4b09fac20fc6bda504" - integrity sha512-FK4U5Qyn7/Sc5ih233OuHO0qAkOpEcD/eG6584yEiLKizTFRny86qHLe/rej3HFQrkBuUjF4whFliAdODbVN/w== - dependencies: - "@types/connect" "*" - "@types/express" "*" - "@types/keygrip" "*" - "@types/node" "*" - -"@types/cors@2.8.10": - version "2.8.10" - resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.10.tgz#61cc8469849e5bcdd0c7044122265c39cec10cf4" - integrity sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ== - -"@types/express-serve-static-core@4.17.19", "@types/express-serve-static-core@^4.17.18": - version "4.17.19" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz#00acfc1632e729acac4f1530e9e16f6dd1508a1d" - integrity sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA== - dependencies: - "@types/node" "*" - "@types/qs" "*" - "@types/range-parser" "*" - -"@types/express@*", "@types/express@4.17.11": - version "4.17.11" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545" - integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg== - dependencies: - "@types/body-parser" "*" - "@types/express-serve-static-core" "^4.17.18" - "@types/qs" "*" - "@types/serve-static" "*" - -"@types/fs-capacitor@*": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz#17113e25817f584f58100fb7a08eed288b81956e" - integrity sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ== - dependencies: - "@types/node" "*" - -"@types/http-assert@*": - version "1.5.1" - resolved "https://registry.yarnpkg.com/@types/http-assert/-/http-assert-1.5.1.tgz#d775e93630c2469c2f980fc27e3143240335db3b" - integrity sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ== - -"@types/http-errors@*": - version "1.8.0" - resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69" - integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== - -"@types/keygrip@*": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@types/keygrip/-/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72" - integrity sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== - -"@types/koa-compose@*": - version "3.2.5" - resolved "https://registry.yarnpkg.com/@types/koa-compose/-/koa-compose-3.2.5.tgz#85eb2e80ac50be95f37ccf8c407c09bbe3468e9d" - integrity sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== - dependencies: - "@types/koa" "*" - -"@types/koa@*": - version "2.13.1" - resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.1.tgz#e29877a6b5ad3744ab1024f6ec75b8cbf6ec45db" - integrity sha512-Qbno7FWom9nNqu0yHZ6A0+RWt4mrYBhw3wpBAQ3+IuzGcLlfeYkzZrnMq5wsxulN2np8M4KKeUpTodsOsSad5Q== - dependencies: - "@types/accepts" "*" - "@types/content-disposition" "*" - "@types/cookies" "*" - "@types/http-assert" "*" - "@types/http-errors" "*" - "@types/keygrip" "*" - "@types/koa-compose" "*" - "@types/node" "*" - -"@types/long@^4.0.0": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" - integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w== - -"@types/mime@^1": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" - integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== - -"@types/node-fetch@^2.5.10": - version "2.5.10" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132" - integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ== - dependencies: - "@types/node" "*" - form-data "^3.0.0" - -"@types/node@*": - version "15.0.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.3.tgz#ee09fcaac513576474c327da5818d421b98db88a" - integrity sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ== - -"@types/node@^10.1.0": - version "10.17.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" - integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== - -"@types/qs@*": - version "6.9.6" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1" - integrity sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA== - -"@types/range-parser@*": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" - integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== - -"@types/serve-static@*": - version "1.13.9" - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" - integrity sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== - dependencies: - "@types/mime" "^1" - "@types/node" "*" - -"@types/ws@^7.0.0": - version "7.4.4" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.4.tgz#93e1e00824c1de2608c30e6de4303ab3b4c0c9bc" - integrity sha512-d/7W23JAXPodQNbOZNXvl2K+bqAQrCMwlh/nuQsPSQk6Fq0opHoPrUw43aHsvSbIiQPr8Of2hkFbnz1XBFVyZQ== - dependencies: - "@types/node" "*" - -"@wry/equality@^0.1.2": - version "0.1.11" - resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790" - integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA== - dependencies: - tslib "^1.9.3" - -accepts@^1.3.5, accepts@~1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - dependencies: - mime-types "~2.1.24" - negotiator "0.6.2" - -apollo-cache-control@^0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.13.0.tgz#cd63aa24a662b2fe89ef147a30df907c8061aedc" - integrity sha512-ImUXwVc/8K9QA3mQiKbKw8bOS4lMNL4DoP4hldIx+gwna8dgh3gBChgxW5guMOhcvH/55ximS7ZNWUglFmQY4Q== - dependencies: - apollo-server-env "^3.1.0" - apollo-server-plugin-base "^0.12.0" - -apollo-datasource@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.9.0.tgz#b0b2913257a6103a5f4c03cb56d78a30e9d850db" - integrity sha512-y8H99NExU1Sk4TvcaUxTdzfq2SZo6uSj5dyh75XSQvbpH6gdAXIW9MaBcvlNC7n0cVPsidHmOcHOWxJ/pTXGjA== - dependencies: - apollo-server-caching "^0.7.0" - apollo-server-env "^3.1.0" - -apollo-env@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/apollo-env/-/apollo-env-0.10.0.tgz#8dd51bf974253a760ea15c81e870ff2c0d6e6820" - integrity sha512-7Geot+eyOl4jzPi9beiszeDmEEVZOVT11LSlkQluF5eaCNaIvld+xklZxITZGI/Wr+PQX380YJgQt1ndR2GtOg== - dependencies: - "@types/node-fetch" "^2.5.10" - core-js "^3.0.1" - node-fetch "^2.6.1" - sha.js "^2.4.11" - -apollo-graphql@^0.9.0: - version "0.9.2" - resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.9.2.tgz#750ca9a97b59c868426defc95d9d9e1733ae4bdf" - integrity sha512-+c/vqC2LPq3e5kO7MfBxDDiljzLog/THZr9Pd46HVaKAhHUxFL0rJEbT17VhjdOoZGWFWLYG7x9hiN6EQD1xZQ== - dependencies: - core-js-pure "^3.10.2" - lodash.sortby "^4.7.0" - sha.js "^2.4.11" - -apollo-link@^1.2.14: - version "1.2.14" - resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.14.tgz#3feda4b47f9ebba7f4160bef8b977ba725b684d9" - integrity sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg== - dependencies: - apollo-utilities "^1.3.0" - ts-invariant "^0.4.0" - tslib "^1.9.3" - zen-observable-ts "^0.8.21" - -apollo-reporting-protobuf@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.7.0.tgz#622352d3eea943dff2647741a509b39d464f98a9" - integrity sha512-PC+zDqPPJcseemqmvUEqFiDi45pz6UaPWt6czgmrrbcQ+9VWp6IEkm08V5xBKk7V1WGUw19YwiJ7kqXpcgVNyw== - dependencies: - "@apollo/protobufjs" "1.2.2" - -apollo-server-caching@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.7.0.tgz#e6d1e68e3bb571cba63a61f60b434fb771c6ff39" - integrity sha512-MsVCuf/2FxuTFVhGLK13B+TZH9tBd2qkyoXKKILIiGcZ5CDUEBO14vIV63aNkMkS1xxvK2U4wBcuuNj/VH2Mkw== - dependencies: - lru-cache "^6.0.0" - -apollo-server-core@^2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.24.0.tgz#60313e5bd265422d53fe0ffbd45760046465f5f0" - integrity sha512-uW7gykPzhin9fLgSvciN8tX7098mHnUM79W3+fWfK5J415JidIqW9O+JhYmEPo6BCgosu0cKSdYe7NB+FP4lFQ== - dependencies: - "@apollographql/apollo-tools" "^0.5.0" - "@apollographql/graphql-playground-html" "1.6.27" - "@apollographql/graphql-upload-8-fork" "^8.1.3" - "@josephg/resolvable" "^1.0.0" - "@types/ws" "^7.0.0" - apollo-cache-control "^0.13.0" - apollo-datasource "^0.9.0" - apollo-graphql "^0.9.0" - apollo-reporting-protobuf "^0.7.0" - apollo-server-caching "^0.7.0" - apollo-server-env "^3.1.0" - apollo-server-errors "^2.5.0" - apollo-server-plugin-base "^0.12.0" - apollo-server-types "^0.8.0" - apollo-tracing "^0.14.0" - async-retry "^1.2.1" - fast-json-stable-stringify "^2.0.0" - graphql-extensions "^0.14.0" - graphql-tag "^2.11.0" - graphql-tools "^4.0.8" - loglevel "^1.6.7" - lru-cache "^6.0.0" - sha.js "^2.4.11" - subscriptions-transport-ws "^0.9.11" - uuid "^8.0.0" - ws "^6.0.0" - -apollo-server-env@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-3.1.0.tgz#0733c2ef50aea596cc90cf40a53f6ea2ad402cd0" - integrity sha512-iGdZgEOAuVop3vb0F2J3+kaBVi4caMoxefHosxmgzAbbSpvWehB8Y1QiSyyMeouYC38XNVk5wnZl+jdGSsWsIQ== - dependencies: - node-fetch "^2.6.1" - util.promisify "^1.0.0" - -apollo-server-errors@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz#5d1024117c7496a2979e3e34908b5685fe112b68" - integrity sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA== - -apollo-server-express@^2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.24.0.tgz#f17444929fc776fa1c166d8bad9685bd65dfa1c9" - integrity sha512-wVoD53azxqVZt/i4yAm6cDDCXpbzr0AJpzOdNXVFW/KivInWEMF5ekCc80uMOawPeu78U7Skoc20akyvZKc+YA== - dependencies: - "@apollographql/graphql-playground-html" "1.6.27" - "@types/accepts" "^1.3.5" - "@types/body-parser" "1.19.0" - "@types/cors" "2.8.10" - "@types/express" "4.17.11" - "@types/express-serve-static-core" "4.17.19" - accepts "^1.3.5" - apollo-server-core "^2.24.0" - apollo-server-types "^0.8.0" - body-parser "^1.18.3" - cors "^2.8.5" - express "^4.17.1" - graphql-subscriptions "^1.0.0" - graphql-tools "^4.0.8" - parseurl "^1.3.2" - subscriptions-transport-ws "^0.9.16" - type-is "^1.6.16" - -apollo-server-plugin-base@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.12.0.tgz#9063c47e84c849c4227b9398cd06994f13b3a4c3" - integrity sha512-jnNIztYz34ImE7off0t9LwseGCR/J0H1wlbiBGvdXvQY+ZiMfVF2oF8KdSAPxG2vT6scvWP4GFS/FsZcOyP1Xw== - dependencies: - apollo-server-types "^0.8.0" - -apollo-server-types@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.8.0.tgz#5462c99e93c5b6896d686bc234c05850059b2efe" - integrity sha512-adHJnHbRV2kWUY0VQY1M2KpSdGfm+4mX4w+2lROPExqOnkyTI7CGfpJCdEwYMKrIn3aH8HIcOH0SnpWRet6TNw== - dependencies: - apollo-reporting-protobuf "^0.7.0" - apollo-server-caching "^0.7.0" - apollo-server-env "^3.1.0" - -apollo-server@^2.22.2: - version "2.24.0" - resolved "https://registry.yarnpkg.com/apollo-server/-/apollo-server-2.24.0.tgz#68747b786af16803da0d0fa915334f4c81f312c4" - integrity sha512-KYYyBRLvqJaXFk64HfdgPilm8bqc2ON3hwhWmWx2Apsy4PC7paVK4gYFAUh9piPpeVZfF3t7zm+2J+9R47otjA== - dependencies: - apollo-server-core "^2.24.0" - apollo-server-express "^2.24.0" - express "^4.0.0" - graphql-subscriptions "^1.0.0" - graphql-tools "^4.0.8" - stoppable "^1.1.0" - -apollo-tracing@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.14.0.tgz#2b7e07e6f1cb9d6161f03dc6e51baaa8468735bd" - integrity sha512-KH4mOoicZ2CQkEYVuNP9avJth59LwNqku3fKZ4S0UYE1RfxzIoLLsEyuY8MuJEgNdtKKfkX5G5Kn5Rp4LCJ4RQ== - dependencies: - apollo-server-env "^3.1.0" - apollo-server-plugin-base "^0.12.0" - -apollo-utilities@^1.0.1, apollo-utilities@^1.3.0: - version "1.3.4" - resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.4.tgz#6129e438e8be201b6c55b0f13ce49d2c7175c9cf" - integrity sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig== - dependencies: - "@wry/equality" "^0.1.2" - fast-json-stable-stringify "^2.0.0" - ts-invariant "^0.4.0" - tslib "^1.10.0" - -array-flatten@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async-retry@^1.2.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55" - integrity sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== - dependencies: - retry "0.12.0" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -backo2@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" - integrity sha1-MasayLEpNjRj41s+u2n038+6eUc= - -body-parser@1.19.0, body-parser@^1.18.3: - version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" - integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - dependencies: - bytes "3.1.0" - content-type "~1.0.4" - debug "2.6.9" - depd "~1.1.2" - http-errors "1.7.2" - iconv-lite "0.4.24" - on-finished "~2.3.0" - qs "6.7.0" - raw-body "2.4.0" - type-is "~1.6.17" - -busboy@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b" - integrity sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw== - dependencies: - dicer "0.3.0" - -bytes@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -combined-stream@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -commander@^2.20.3: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -content-disposition@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - dependencies: - safe-buffer "5.1.2" - -content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -core-js-pure@^3.10.2: - version "3.12.1" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.12.1.tgz#934da8b9b7221e2a2443dc71dfa5bd77a7ea00b8" - integrity sha512-1cch+qads4JnDSWsvc7d6nzlKAippwjUlf6vykkTLW53VSV+NkE6muGBToAjEA8pG90cSfcud3JgVmW2ds5TaQ== - -core-js@^3.0.1: - version "3.12.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.12.1.tgz#6b5af4ff55616c08a44d386f1f510917ff204112" - integrity sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw== - -cors@^2.8.5: - version "2.8.5" - resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" - integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== - dependencies: - object-assign "^4" - vary "^1" - -cssfilter@0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae" - integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4= - -debug@2.6.9: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -deprecated-decorator@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37" - integrity sha1-AJZjF7ehL+kvPMgx91g68ym4bDc= - -destroy@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - -dicer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872" - integrity sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA== - dependencies: - streamsearch "0.1.2" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -es-abstract@^1.18.0-next.2: - version "1.18.0" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4" - integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.2" - is-callable "^1.2.3" - is-negative-zero "^2.0.1" - is-regex "^1.1.2" - is-string "^1.0.5" - object-inspect "^1.9.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.0" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -eventemitter3@^3.1.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" - integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== - -express@^4.0.0, express@^4.17.1: - version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" - integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== - dependencies: - accepts "~1.3.7" - array-flatten "1.1.1" - body-parser "1.19.0" - content-disposition "0.5.3" - content-type "~1.0.4" - cookie "0.4.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "~1.1.2" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "~1.1.2" - fresh "0.5.2" - merge-descriptors "1.0.1" - methods "~1.1.2" - on-finished "~2.3.0" - parseurl "~1.3.3" - path-to-regexp "0.1.7" - proxy-addr "~2.0.5" - qs "6.7.0" - range-parser "~1.2.1" - safe-buffer "5.1.2" - send "0.17.1" - serve-static "1.14.1" - setprototypeof "1.1.1" - statuses "~1.5.0" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -finalhandler@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -for-each@^0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" - integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== - dependencies: - is-callable "^1.1.3" - -form-data@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" - integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - mime-types "^2.1.12" - -forwarded@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" - integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -fs-capacitor@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/fs-capacitor/-/fs-capacitor-2.0.4.tgz#5a22e72d40ae5078b4fe64fe4d08c0d3fc88ad3c" - integrity sha512-8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -graphql-extensions@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.14.0.tgz#cddf2fd43168e18be1d0e9057a4b3647febdd35f" - integrity sha512-DFtD8G+6rSj/Xhtb0IPh4A/sB/qcSEm9MTS221ESCx+axrsME92wGEsr7ihVjn1/tEEIy+9V5lUQOH/dHkCb0A== - dependencies: - "@apollographql/apollo-tools" "^0.5.0" - apollo-server-env "^3.1.0" - apollo-server-types "^0.8.0" - -graphql-subscriptions@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz#2142b2d729661ddf967b7388f7cf1dd4cf2e061d" - integrity sha512-95yD/tKi24q8xYa7Q9rhQN16AYj5wPbrb8tmHGM3WRc9EBmWrG/0kkMl+tQG8wcEuE9ibR4zyOM31p5Sdr2v4g== - dependencies: - iterall "^1.3.0" - -graphql-tag@^2.11.0: - version "2.12.4" - resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.4.tgz#d34066688a4f09e72d6f4663c74211e9b4b7c4bf" - integrity sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww== - dependencies: - tslib "^2.1.0" - -graphql-tools@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.8.tgz#e7fb9f0d43408fb0878ba66b522ce871bafe9d30" - integrity sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg== - dependencies: - apollo-link "^1.2.14" - apollo-utilities "^1.0.1" - deprecated-decorator "^0.1.6" - iterall "^1.1.3" - uuid "^3.1.0" - -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-symbols@^1.0.1, has-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" - integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-errors@^1.7.3: - version "1.8.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.0.tgz#75d1bbe497e1044f51e4ee9e704a62f28d336507" - integrity sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -inherits@2.0.4, inherits@^2.0.1: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ipaddr.js@1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" - integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - -is-bigint@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a" - integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA== - -is-boolean-object@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8" - integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng== - dependencies: - call-bind "^1.0.2" - -is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" - integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== - -is-date-object@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5" - integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A== - -is-negative-zero@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" - integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== - -is-number-object@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb" - integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw== - -is-regex@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f" - integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ== - dependencies: - call-bind "^1.0.2" - has-symbols "^1.0.2" - -is-string@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f" - integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w== - -is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" - integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== - dependencies: - has-symbols "^1.0.2" - -iterall@^1.1.3, iterall@^1.2.1, iterall@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea" - integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg== - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - -loglevel@^1.6.7: - version "1.7.1" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" - integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== - -long@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" - integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - -mime-db@1.47.0: - version "1.47.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c" - integrity sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw== - -mime-types@^2.1.12, mime-types@~2.1.24: - version "2.1.30" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.30.tgz#6e7be8b4c479825f85ed6326695db73f9305d62d" - integrity sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg== - dependencies: - mime-db "1.47.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - -negotiator@0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - -node-fetch@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== - -object-assign@^4: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-inspect@^1.9.0: - version "1.10.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369" - integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw== - -object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-path@^0.11.4: - version "0.11.5" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.5.tgz#d4e3cf19601a5140a55a16ad712019a9c50b577a" - integrity sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg== - -object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - -object.getownpropertydescriptors@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7" - integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -parseurl@^1.3.2, parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - -proxy-addr@~2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf" - integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== - dependencies: - forwarded "~0.1.2" - ipaddr.js "1.9.1" - -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - dependencies: - bytes "3.1.0" - http-errors "1.7.2" - iconv-lite "0.4.24" - unpipe "1.0.0" - -retry@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -safe-buffer@5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@^5.0.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - dependencies: - debug "2.6.9" - depd "~1.1.2" - destroy "~1.0.4" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "~1.7.2" - mime "1.6.0" - ms "2.1.1" - on-finished "~2.3.0" - range-parser "~1.2.1" - statuses "~1.5.0" - -serve-static@1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.17.1" - -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -sha.js@^2.4.11: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -"statuses@>= 1.5.0 < 2", statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stoppable@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/stoppable/-/stoppable-1.1.0.tgz#32da568e83ea488b08e4d7ea2c3bcc9d75015d5b" - integrity sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw== - -streamsearch@0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" - integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo= - -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.16: - version "0.9.18" - resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97" - integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA== - dependencies: - backo2 "^1.0.2" - eventemitter3 "^3.1.0" - iterall "^1.2.1" - symbol-observable "^1.0.4" - ws "^5.2.0" - -symbol-observable@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -ts-invariant@^0.4.0: - version "0.4.4" - resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86" - integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA== - dependencies: - tslib "^1.9.3" - -tslib@^1.10.0, tslib@^1.9.3: - version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" - integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== - -type-is@^1.6.16, type-is@~1.6.17, type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -unbox-primitive@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - -unpipe@1.0.0, unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -util.promisify@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.1.1.tgz#77832f57ced2c9478174149cae9b96e9918cd54b" - integrity sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - for-each "^0.3.3" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.1" - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@^3.1.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -uuid@^8.0.0: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== - -vary@^1, vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -which-boxed-primitive@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - dependencies: - is-bigint "^1.0.1" - is-boolean-object "^1.1.0" - is-number-object "^1.0.4" - is-string "^1.0.5" - is-symbol "^1.0.3" - -ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== - dependencies: - async-limiter "~1.0.0" - -ws@^6.0.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== - dependencies: - async-limiter "~1.0.0" - -xss@^1.0.8: - version "1.0.9" - resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.9.tgz#3ffd565571ff60d2e40db7f3b80b4677bec770d2" - integrity sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ== - dependencies: - commander "^2.20.3" - cssfilter "0.0.10" - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -zen-observable-ts@^0.8.21: - version "0.8.21" - resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d" - integrity sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg== - dependencies: - tslib "^1.9.3" - zen-observable "^0.8.0" - -zen-observable@^0.8.0: - version "0.8.15" - resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15" - integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ== - -zod@^1.11.13: - version "1.11.17" - resolved "https://registry.yarnpkg.com/zod/-/zod-1.11.17.tgz#2aae9e91fc66128116ae9844e8f416a95f453f8e" - integrity sha512-UzIwO92D0dSFwIRyyqAfRXICITLjF0IP8tRbEK/un7adirMssWZx8xF/1hZNE7t61knWZ+lhEuUvxlu2MO8qqA== diff --git a/yarn.lock b/yarn.lock index 09300c970..76ecf5677 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1389,6 +1389,11 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" +"@giraphql/core@2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@giraphql/core/-/core-2.4.0.tgz#ca6039f0e4fab0405b14bcc957d30a6402dd18f3" + integrity sha512-/EY2wDUoARMcDCOGIEd4hzgMtDD5Vh1+C2fktiUnEVWg7n6yUc181u3eil/h0tCWka5638L7YPaQlJG8h19hxA== + "@graphql-tools/schema@^7.0.0": version "7.1.5" resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711"