@magidoc/rollup-plugin-fetch-gql-schema
Advanced tools
Comparing version 0.3.2 to 0.4.0
import type { Plugin } from 'rollup'; | ||
import { Method } from './schema/query.js'; | ||
export type { Method }; | ||
export declare type PluginOptions = { | ||
@@ -4,0 +5,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -5,2 +5,4 @@ import type { Plugin, PluginContext } from 'rollup' | ||
export type { Method } | ||
export type PluginOptions = { | ||
@@ -7,0 +9,0 @@ /** |
@@ -5,2 +5,3 @@ { | ||
"useDefineForClassFields": true, | ||
"importsNotUsedAsValues": "error", | ||
"module": "esnext", | ||
@@ -7,0 +8,0 @@ "moduleResolution": "node", |
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
14334
353