@kenchi/nexus-plugin-prisma
Advanced tools
Comparing version 0.37.0 to 0.37.1
@@ -78,3 +78,3 @@ "use strict"; | ||
else { | ||
defaultTypegenPath = path.join(__dirname, '../../@types/typegen-nexus-plugin-prisma/index.d.ts'); | ||
defaultTypegenPath = path.join(__dirname, '../../../@types/typegen-nexus-plugin-prisma/index.d.ts'); | ||
} | ||
@@ -81,0 +81,0 @@ let defaultClientPath; |
{ | ||
"name": "@kenchi/nexus-plugin-prisma", | ||
"version": "0.37.0", | ||
"version": "0.37.1", | ||
"main": "dist/index.js", | ||
@@ -18,5 +18,3 @@ "types": "dist/index.d.ts", | ||
"scripts": { | ||
"release:preview": "dripip preview", | ||
"release:stable": "dripip stable", | ||
"release:pr": "dripip pr", | ||
"release": "npm config -L project set @kenchi:registry=https://npm.pkg.github.com/ && yarn publish && npm config -L project delete @kenchi:registry && yarn publish", | ||
"clean": "rm -rf dist", | ||
@@ -61,3 +59,2 @@ "build": "yarn clean && yarn build:deps-sync && yarn build:module-facades && tsc", | ||
"@types/semver": "7.3.4", | ||
"dripip": "0.10.0", | ||
"execa": "^5.0.0", | ||
@@ -64,0 +61,0 @@ "get-port": "5.1.1", |
@@ -186,3 +186,3 @@ import { defaultFieldResolver, GraphQLFieldResolver, GraphQLScalarType } from 'graphql' | ||
} else { | ||
defaultTypegenPath = path.join(__dirname, '../../@types/typegen-nexus-plugin-prisma/index.d.ts') | ||
defaultTypegenPath = path.join(__dirname, '../../../@types/typegen-nexus-plugin-prisma/index.d.ts') | ||
} | ||
@@ -189,0 +189,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345435
30