Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix @tsed/logger version on each package.json #2935

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -17,9 +17,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
2 changes: 1 addition & 1 deletion docs/docs/logger.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Ts.ED logger supports many features, and is optimized to be used in production.
- [LogStash UDP](https://logger.tsed.io/appenders/logstash-udp.html).
- [Loggly](https://logger.tsed.io/appenders/loggly.html).
- [RabbitMQ](https://logger.tsed.io/appenders/rabbitmq.html).
- [Seq](https://tsed.io/tutorials/seq.html).
- [Seq](https://tsed.dev/tutorials/seq.html).
- [Slack](https://logger.tsed.io/appenders/slack.html).
- [Smtp](https://logger.tsed.io/appenders/smtp.html).
- @@ContextLogger@@, in **production** mode, caches all request logs until the response is sent to your consumer. See [request logger](/docs/logger.html#request-logger) section bellow.
2 changes: 1 addition & 1 deletion docs/tutorials/graphql-apollo.md
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ export class GraphQLWSModule {
```

::: tip Note
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.io/api/graphql-ws.html) for more details.
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.dev/api/graphql-ws.html) for more details.
:::

## Get Server instance
2 changes: 1 addition & 1 deletion docs/tutorials/graphql-ws.md
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ export class GraphQLWSModule {
```

::: tip Note
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.io/api/graphql-ws.html) for more details.
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.dev/api/graphql-ws.html) for more details.
:::

## Nexus
2 changes: 1 addition & 1 deletion docs/tutorials/mikroorm.md
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@ export class User {
}
```

Now, the model is correctly defined and can be used with a [Controller](https://tsed.io/docs/controllers.html)
Now, the model is correctly defined and can be used with a [Controller](https://tsed.dev/docs/controllers.html)
, [AJV validation](/tutorials/ajv.md),
[Swagger](/tutorials/swagger.md) and [MikroORM](https://mikro-orm.io/docs/defining-entities).

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"private": true,
"author": "Romain Lenzotti",
"license": "MIT",
"homepage": "https://tsed.io/",
"homepage": "https://tsed.dev/",
"bugs": {
"url": "https://github.com/tsedio/tsed/issues"
},
@@ -98,7 +98,7 @@
"multer"
],
"dependencies": {
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"ajv": "8.12.0",
"axios": "1.7.4",
"change-case": "4.1.2",
10 changes: 5 additions & 5 deletions packages/core/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -27,7 +27,7 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/
A package of Ts.ED framework. See website: https://tsed.dev/

# Installation

@@ -37,7 +37,7 @@ npm install --save @tsed/core

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html).
Please read [contributing guidelines here](https://tsed.dev/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"devDependencies": {
"@tsed/barrels": "workspace:*",
"@tsed/core": "workspace:*",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"@tsed/schema": "workspace:*",
"@tsed/typescript": "workspace:*",
"cross-env": "7.0.3",
@@ -42,7 +42,7 @@
},
"peerDependencies": {
"@tsed/core": "7.85.0",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"@tsed/schema": "7.85.0"
},
"peerDependenciesMeta": {
12 changes: 6 additions & 6 deletions packages/di/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -27,7 +27,7 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/
A package of Ts.ED framework. See website: https://tsed.dev/

# Installation

@@ -152,11 +152,11 @@ To organize your code Ts.ED DI provide different kind of providers:
- Interceptor can be declared with `@Interceptor`,
- Factory and Value can be declared with `registerProvider` and `registerValue`.

See more details on our documentation https://tsed.io/providers.html
See more details on our documentation https://tsed.dev/providers.html

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

8 changes: 4 additions & 4 deletions packages/engines/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -15,9 +15,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/docs/templating.html">Templating with Ts.ED</a>
<a href="https://tsed.dev/docs/templating.html">Templating with Ts.ED</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -264,7 +264,7 @@ export class CustomePugEngine extends PugEngine {

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

4 changes: 2 additions & 2 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"@tsed/common": "workspace:*",
"@tsed/core": "workspace:*",
"@tsed/di": "workspace:*",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"@tsed/typescript": "workspace:*",
"@types/graphql": "14.5.0",
"apollo-datasource": "^3.3.2",
@@ -48,7 +48,7 @@
"@tsed/common": "7.85.0",
"@tsed/core": "7.85.0",
"@tsed/di": "7.85.0",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"apollo-datasource": ">=3.0.0",
"apollo-datasource-rest": ">=3.0.0",
"apollo-server-core": ">=3.0.0",
10 changes: 5 additions & 5 deletions packages/graphql/apollo/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -17,9 +17,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/tutorials/graphql.html">TypeGraphQL</a>
<a href="https://tsed.dev/tutorials/graphql.html">TypeGraphQL</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -38,7 +38,7 @@ GraphQL is a query language for APIs and a runtime for fulfilling those queries

## TypeGraphQL

If you're looking for integration with TypeGraphQL see the [`@tsed/typegraphql`](https://tsed.io/graphql.html#typegraphql) package.
If you're looking for integration with TypeGraphQL see the [`@tsed/typegraphql`](https://tsed.dev/graphql.html#typegraphql) package.

## Installation

@@ -94,7 +94,7 @@ For more information about ApolloServer look his documentation [here](https://ww

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

4 changes: 2 additions & 2 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"@tsed/common": "workspace:*",
"@tsed/core": "workspace:*",
"@tsed/di": "workspace:*",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"@tsed/typescript": "workspace:*",
"eslint": "^8.57.0",
"graphql-ws": "^5.15.0",
@@ -38,7 +38,7 @@
"@tsed/common": "7.85.0",
"@tsed/core": "7.85.0",
"@tsed/di": "7.85.0",
"@tsed/logger": ">=6.7.5",
"@tsed/logger": "^6.7.8",
"graphql-ws": ">=5.14.2"
}
}
8 changes: 4 additions & 4 deletions packages/graphql/graphql-ws/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -17,9 +17,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/tutorials/graphql.html">TypeGraphQL</a>
<a href="https://tsed.dev/tutorials/graphql.html">TypeGraphQL</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -84,7 +84,7 @@ For more information about ApolloServer look his documentation [here](https://ww

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

8 changes: 4 additions & 4 deletions packages/graphql/typegraphql/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -17,9 +17,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/tutorials/graphql.html">TypeGraphQL</a>
<a href="https://tsed.dev/tutorials/graphql.html">TypeGraphQL</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -173,7 +173,7 @@ export class RecipeResolver {

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

10 changes: 5 additions & 5 deletions packages/orm/adapters-redis/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -27,11 +27,11 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/tutorials/adapters
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/adapters

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

10 changes: 5 additions & 5 deletions packages/orm/adapters/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
@@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
<span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -27,11 +27,11 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/tutorials/adapters
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/adapters

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html)
Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

Loading