@ptc-org/nestjs-query-typeorm 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://tripss.github.io/nestjs-query" target="blank"><img src="https://tripss.github.io/nestjs-query/img/logo.svg" width="120" alt="Nestjs-query Logo" /></a>
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
[](https://www.npmjs.org/package/@ptc-org/nestjs-query-graphql)
|
|
6
|
+
[](https://github.com/tripss/nestjs-query/actions?query=workflow%3ATest+and+branch%3Amaster+)
|
|
7
|
+
[](https://codecov.io/gh/TriPSs/nestjs-query)
|
|
8
|
+
[](https://snyk.io/test/github/tripss/nestjs-query?targetFile=packages/query-typeorm/package.json)
|
|
4
9
|
|
|
5
|
-
|
|
10
|
+
# `@ptc-org/nestjs-query-typeorm`
|
|
6
11
|
|
|
7
|
-
|
|
12
|
+
This package provides a code first implementation of graphql CRUD endpoints. It is built on top of of [nestjs](https://nestjs.com/).
|
|
8
13
|
|
|
9
|
-
##
|
|
14
|
+
## Installation
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
[Install Guide](https://tripss.github.io/nestjs-query/docs/introduction/install)
|
|
17
|
+
|
|
18
|
+
## Getting Started
|
|
19
|
+
|
|
20
|
+
The get started with the `@ptc-org/nestjs-query-typeorm` package checkout
|
|
21
|
+
the [Getting Started](https://tripss.github.io/nestjs-query/docs/persistence/typeorm/getting-started) docs.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ptc-org/nestjs-query-typeorm",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Typeorm adapter for @ptc-org/nestjs-query-core",
|
|
5
5
|
"author": "doug-martin <doug@dougamartin.com>",
|
|
6
6
|
"homepage": "https://github.com/tripss/nestjs-query#readme",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@nestjs/typeorm": "^8.1.0 || ^9.0.0",
|
|
31
31
|
"class-transformer": "^0.2.3 || 0.3.1 || ^0.5",
|
|
32
32
|
"typeorm": "^0.3.8",
|
|
33
|
-
"@ptc-org/nestjs-query-core": "1.0
|
|
33
|
+
"@ptc-org/nestjs-query-core": "1.1.0",
|
|
34
34
|
"reflect-metadata": "^0.1.13"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|