prisma-nestjs-graphql
Advanced tools
Comparing version 5.1.1 to 6.0.0
"use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var __assign = Object.assign; | ||
// ../../../../clone/src/index.ts | ||
// src/index.ts | ||
var _generatorhelper = require('@prisma/generator-helper'); | ||
@@ -124,3 +124,5 @@ | ||
"MinAggregate", | ||
"MaxAggregate" | ||
"MaxAggregate", | ||
"CountAggregate", | ||
"ScalarField" | ||
].sort((a, b) => b.length - a.length); | ||
@@ -875,3 +877,3 @@ var endsWithKeywords = [ | ||
// ../../../../clone/src/index.ts | ||
// src/index.ts | ||
_generatorhelper.generatorHandler.call(void 0, { | ||
@@ -878,0 +880,0 @@ async onGenerate(options) { |
{ | ||
"name": "prisma-nestjs-graphql", | ||
"version": "5.1.1", | ||
"version": "6.0.0", | ||
"license": "MIT", | ||
@@ -57,3 +57,3 @@ "description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module", | ||
"dependencies": { | ||
"@prisma/generator-helper": "^2.12.1", | ||
"@prisma/generator-helper": "^2.13.0", | ||
"flat": "^5.0.2", | ||
@@ -73,9 +73,9 @@ "get-relative-path": "^1.0.2", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@nestjs/common": "^7.5.5", | ||
"@nestjs/core": "^7.5.5", | ||
"@nestjs/common": "^7.6.1", | ||
"@nestjs/core": "^7.6.1", | ||
"@nestjs/graphql": "^7.9.1", | ||
"@nestjs/platform-express": "^7.5.5", | ||
"@paljs/plugins": "^2.8.4", | ||
"@prisma/cli": "^2.12.1", | ||
"@prisma/client": "^2.12.1", | ||
"@nestjs/platform-express": "^7.6.1", | ||
"@paljs/plugins": "^2.9.0", | ||
"@prisma/cli": "^2.13.0", | ||
"@prisma/client": ">=2.13", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -85,7 +85,7 @@ "@semantic-release/git": "^9.0.0", | ||
"@types/lodash": "^4.14.165", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^14.14.10", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.12", | ||
"@types/pluralize": "^0.0.29", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"apollo-server-express": "^2.19.0", | ||
@@ -98,3 +98,3 @@ "c8": "^7.3.5", | ||
"decimal.js": "^10.2.1", | ||
"eslint": "^7.14.0", | ||
"eslint": "^7.15.0", | ||
"eslint-import-resolver-node": "^0.3.4", | ||
@@ -107,5 +107,5 @@ "eslint-plugin-etc": "^1.1.7", | ||
"eslint-plugin-regexp": "^0.1.1", | ||
"eslint-plugin-simple-import-sort": "^6.0.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"eslint-plugin-sort-class-members": "^1.8.0", | ||
"eslint-plugin-sort-class-members": "^1.9.0", | ||
"eslint-plugin-total-functions": "^4.7.2", | ||
@@ -119,3 +119,3 @@ "eslint-plugin-unicorn": "^23.0.0", | ||
"graphql-type-json": "^0.3.2", | ||
"husky": "^4.3.0", | ||
"husky": "^4.3.5", | ||
"mocha": "^8.2.1", | ||
@@ -128,7 +128,7 @@ "precise-commits": "^1.0.2", | ||
"simplytyped": "^3.3.0", | ||
"ts-node": "^9.1.0", | ||
"ts-node-dev": "^1.0.0", | ||
"typescript": "^4.1.2", | ||
"ts-node": "^9.1.1", | ||
"ts-node-dev": "^1.1.1", | ||
"typescript": "^4.1.3", | ||
"watchexec-bin": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
64780
1713