Socket
Socket
Sign inDemoInstall

@pothos/plugin-directives

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/plugin-directives - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

esm/dts/global-types.d.ts

6

CHANGELOG.md
# Change Log
## 3.7.1
### Patch Changes
- 67531f1e: Create separate typescript definitions for esm files
## 3.7.0

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@pothos/plugin-directives",
"version": "3.7.0",
"version": "3.7.1",
"description": "Directive plugin for Pothos, enables using graphql-tools based directives with Pothos",

@@ -41,4 +41,4 @@ "main": "./lib/index.js",

"@graphql-tools/utils": "^8.12.0",
"@pothos/core": "3.22.0",
"@pothos/test-utils": "1.4.0",
"@pothos/core": "3.22.1",
"@pothos/test-utils": "1.4.1",
"graphql": "16.6.0",

@@ -52,6 +52,6 @@ "graphql-rate-limit-directive": "^2.0.2",

"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",

@@ -58,0 +58,0 @@ "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc