@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.
Files changed (2) hide show
  1. package/README.md +16 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,21 @@
1
- # query-typeorm
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
- This library was generated with [Nx](https://nx.dev).
5
+ [![npm version](https://img.shields.io/npm/v/@ptc-org/nestjs-query-typeorm.svg)](https://www.npmjs.org/package/@ptc-org/nestjs-query-graphql)
6
+ [![Test](https://github.com/tripss/nestjs-query/workflows/Test/badge.svg?branch=master)](https://github.com/tripss/nestjs-query/actions?query=workflow%3ATest+and+branch%3Amaster+)
7
+ [![Coverage Status](https://codecov.io/gh/TriPSs/nestjs-query/branch/master/graph/badge.svg?token=29EX71ID2P)](https://codecov.io/gh/TriPSs/nestjs-query)
8
+ [![Known Vulnerabilities](https://snyk.io/test/github/tripss/nestjs-query/badge.svg?targetFile=packages/query-typeorm/package.json)](https://snyk.io/test/github/tripss/nestjs-query?targetFile=packages/query-typeorm/package.json)
4
9
 
5
- ## Running unit tests
10
+ # `@ptc-org/nestjs-query-typeorm`
6
11
 
7
- Run `nx test query-typeorm` to execute the unit tests via [Jest](https://jestjs.io).
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
- ## Running lint
14
+ ## Installation
10
15
 
11
- Run `nx lint query-typeorm` to execute the lint via [ESLint](https://eslint.org/).
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.1",
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.1",
33
+ "@ptc-org/nestjs-query-core": "1.1.0",
34
34
  "reflect-metadata": "^0.1.13"
35
35
  },
36
36
  "repository": {