@pothos/plugin-simple-objects
Advanced tools
Comparing version 3.5.0 to 3.5.1
# Change Log | ||
## 3.5.1 | ||
### Patch Changes | ||
- aa18acb7: update dev dependencies | ||
## 3.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-simple-objects", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "A Pothos plugin for defining objects and interfaces without ts definitions for those types", | ||
@@ -37,4 +37,4 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.20.0", | ||
"@pothos/test-utils": "1.3.0", | ||
"@pothos/core": "3.21.1", | ||
"@pothos/test-utils": "1.3.1", | ||
"graphql": "16.6.0", | ||
@@ -51,5 +51,5 @@ "graphql-tag": "^2.12.6" | ||
"build:dts": "tsc", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../.config/esm-transformer.ts", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", | ||
"test": "pnpm vitest --run" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
94010