Skip to content

Commit

Permalink
fix(seq): remove deprecated package @tsed/graphql
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `@tsed/graphql` have been removed. Use `@tsed/typegraphql` instead
  • Loading branch information
Romakita committed Apr 15, 2022
1 parent eddd7ba commit a7806ae
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 295 deletions.
8 changes: 4 additions & 4 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"lcov"
],
"check-coverage": true,
"lines": 99.7,
"statements": 99.65,
"functions": 98.79,
"branches": 87.46
"lines": 99.63,
"statements": 99.59,
"functions": 98.67,
"branches": 87.5
}
4 changes: 0 additions & 4 deletions packages/graphql/graphql-legacy/.npmignore

This file was deleted.

40 changes: 0 additions & 40 deletions packages/graphql/graphql-legacy/package.json

This file was deleted.

202 changes: 0 additions & 202 deletions packages/graphql/graphql-legacy/readme.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/graphql/graphql-legacy/src/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/graphql/graphql-legacy/tsconfig.compile.esm.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/graphql/graphql-legacy/tsconfig.compile.json

This file was deleted.

24 changes: 1 addition & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3513,14 +3513,6 @@
streamroller "3.0.6"
tslib "2.3.1"

"@tsed/logger-seq@>=6.0.0":
version "6.1.1"
resolved "https://registry.yarnpkg.com/@tsed/logger-seq/-/logger-seq-6.1.1.tgz#66c5afdd85d8557c29424948bdedb8cad8c9b263"
integrity sha512-06d1175Mv61s8yy9rIuS5oikiSbn6+TjJzwAQYulHxrNbeYZLOZJcTr40ORmBhUOHRkMtPd7m/FefVDrQJw8XA==
dependencies:
seq-logging "1.1.1"
tslib "2.3.1"

"@tsed/logger@>=6.0.2", "@tsed/logger@>=6.1.1":
version "6.1.1"
resolved "https://registry.yarnpkg.com/@tsed/logger/-/logger-6.1.1.tgz#9612a4eb8d9d1ac59d9edd14fc74bba655f1b5f2"
Expand Down Expand Up @@ -3581,20 +3573,11 @@
resolved "https://registry.yarnpkg.com/@types/async/-/async-3.2.12.tgz#0ebbfaf3f249ffa0fdc50179b07705f69c90d70c"
integrity sha512-4i4w4tfNDo73BOjk0qHcB2YJ8A2SjITCrU4BTsgdJFTsVr6atPDXa0T9r0QZTrX3axtWwkqpZqF4B3gR0TqBGw==

"@types/aws-lambda@*", "@types/aws-lambda@^8.10.56", "@types/aws-lambda@^8.10.83":
"@types/aws-lambda@^8.10.56", "@types/aws-lambda@^8.10.83":
version "8.10.93"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.93.tgz#3e2c80894122477040aabf29b7320556f5702a76"
integrity sha512-Vsyi9ogDAY3REZDjYnXMRJJa62SDvxHXxJI5nGDQdZW058dDE+av/anynN2rLKbCKXDRNw3D/sQmqxVflZFi4A==

"@types/aws-serverless-express@^3.3.3":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@types/aws-serverless-express/-/aws-serverless-express-3.3.5.tgz#3eb6cc3491f5a8d6f47a9a68dd82415d1d9e2961"
integrity sha512-f0zxBP2dGs07kOWKMQC1dWgQ/+wk7nfQ4zaHG65xTPxhAhlRwiJhfTHsUDEFE7v9iYU5s0ewznhyspE92YW9EA==
dependencies:
"@types/aws-lambda" "*"
"@types/express" "*"
"@types/node" "*"

"@types/[email protected]":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@types/axios/-/axios-0.14.0.tgz#ec2300fbe7d7dddd7eb9d3abf87999964cafce46"
Expand Down Expand Up @@ -20918,11 +20901,6 @@ sentence-case@^3.0.4:
tslib "^2.0.3"
upper-case-first "^2.0.2"

[email protected]:
version "1.1.1"
resolved "https://registry.yarnpkg.com/seq-logging/-/seq-logging-1.1.1.tgz#e9119c1b59ef8c7c855e45462152e72505d437f0"
integrity sha512-9miWILWu22dKNCkZi2UePAnZeQEzaYsQRKbAi5eSBUbuOyyeYPyYO1bEvIvZAZRjltEwY1S0yz94hc0/f+niDg==

[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
Expand Down

0 comments on commit a7806ae

Please sign in to comment.