@pothos/plugin-with-input
Advanced tools
Comparing version 3.9.0 to 3.9.1
# @pothos/plugin-with-input | ||
## 3.9.1 | ||
### Patch Changes | ||
- 67531f1e: Create separate typescript definitions for esm files | ||
## 3.9.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -39,6 +39,6 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.22.0", | ||
"@pothos/plugin-prisma": "3.35.0", | ||
"@pothos/plugin-validation": "3.8.0", | ||
"@pothos/test-utils": "1.4.0", | ||
"@pothos/core": "3.22.1", | ||
"@pothos/plugin-prisma": "3.35.1", | ||
"@pothos/plugin-validation": "3.8.1", | ||
"@pothos/test-utils": "1.4.1", | ||
"@prisma/client": "^4.4.0", | ||
@@ -51,6 +51,6 @@ "graphql": "16.6.0", | ||
"type": "tsc --project tsconfig.type.json", | ||
"build": "pnpm build:clean && pnpm build:cjs && pnpm build:esm && pnpm build:dts", | ||
"build": "pnpm build:clean && pnpm build:cjs && pnpm build:dts && pnpm build:esm", | ||
"build:clean": "git clean -dfX esm lib", | ||
"build:cjs": "swc src -d lib --config-file ../../.swcrc -C module.type=commonjs", | ||
"build:esm": "swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions", | ||
"build:esm": "cp -r dts/ esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions", | ||
"build:dts": "tsc", | ||
@@ -57,0 +57,0 @@ "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", |
46
561
163160