@graphql-markdown/utils
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -6,2 +6,3 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
import type { PrettifyCallbackFunction } from "@graphql-markdown/types"; | ||
@@ -8,0 +9,0 @@ export { readFile, copyFile } from "node:fs/promises"; |
@@ -183,3 +183,4 @@ /** | ||
* | ||
* @alias | ||
*/ | ||
export declare const slugify: (str: Maybe<string>) => string; |
@@ -259,3 +259,4 @@ "use strict"; | ||
* | ||
* @alias | ||
*/ | ||
exports.slugify = exports.kebabCase; |
@@ -6,2 +6,3 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
export { join, resolve } from "node:path/posix"; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"license": "MIT", | ||
@@ -59,7 +59,4 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/load": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@graphql-markdown/types": "^1.0.0" | ||
"@graphql-markdown/types": "^1.0.1" | ||
}, | ||
@@ -66,0 +63,0 @@ "peerDependencies": { |
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
34411
2
1048
- Removed@graphql-tools/load@^8.0.0
- Removed@graphql-tools/load@8.0.10(transitive)
- Removed@graphql-tools/merge@9.0.15(transitive)
- Removed@graphql-tools/schema@10.0.14(transitive)
- Removed@graphql-tools/utils@10.7.0(transitive)
- Removed@graphql-typed-document-node/core@3.2.0(transitive)
- Removedcross-inspect@1.0.1(transitive)
- Removeddset@3.1.4(transitive)
- Removedp-limit@3.1.0(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvalue-or-promise@1.0.12(transitive)
- Removedyocto-queue@0.1.0(transitive)