cspell-io
Advanced tools
Comparing version 8.8.0 to 8.8.1
@@ -0,3 +1,4 @@ | ||
/* eslint-disable n/no-unsupported-features/node-builtins */ | ||
/** alias of global.fetch, useful for mocking */ | ||
export const _fetch = global.fetch; | ||
//# sourceMappingURL=_fetch.js.map |
import { _fetch as fetch } from './_fetch.js'; | ||
import { FetchUrlError, toFetchUrlError } from './FetchError.js'; | ||
// eslint-disable-next-line n/no-unsupported-features/node-builtins | ||
export async function fetchHead(request) { | ||
@@ -4,0 +5,0 @@ const url = toURL(request); |
{ | ||
"name": "cspell-io", | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"description": "A library of useful I/O functions used across various cspell tools.", | ||
@@ -23,5 +23,5 @@ "type": "module", | ||
"scripts": { | ||
"build": "tsc -b .", | ||
"build": "tsc -b . -f", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:watch": "tsc -b . -w", | ||
"build:watch": "tsc -b . -w -f", | ||
"watch": "pnpm build:watch", | ||
@@ -56,5 +56,5 @@ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
"dependencies": { | ||
"@cspell/cspell-service-bus": "8.8.0" | ||
"@cspell/cspell-service-bus": "8.8.1" | ||
}, | ||
"gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7" | ||
"gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5" | ||
} |
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
108286
2591
+ Added@cspell/cspell-service-bus@8.8.1(transitive)
- Removed@cspell/cspell-service-bus@8.8.0(transitive)