graphql-config
Advanced tools
Comparing version 4.5.0-alpha-20230306145707-250f6ec to 4.5.0-alpha-20230306151301-d7b29ec
import { createRequire } from 'module'; | ||
const require = createRequire(import.meta.url); | ||
import { fileURLToPath } from 'url'; | ||
const __filename = fileURLToPath(import.meta.url); | ||
import { cosmiconfig, cosmiconfigSync, defaultLoaders } from 'cosmiconfig'; | ||
@@ -4,0 +6,0 @@ import { env } from 'string-env-interpolation'; |
{ | ||
"name": "graphql-config", | ||
"version": "4.5.0-alpha-20230306145707-250f6ec", | ||
"version": "4.5.0-alpha-20230306151301-d7b29ec", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
"sideEffects": false, | ||
"peerDependenciesMeta": { | ||
"cosmiconfig-toml-loader": { | ||
"optional": true | ||
} | ||
}, | ||
"peerDependencies": { | ||
@@ -7,0 +12,0 @@ "cosmiconfig-toml-loader": "^1.0.0", |
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
82783
1759