cspell-io
Advanced tools
Comparing version 8.16.1 to 8.17.0
@@ -5,5 +5,5 @@ import type { ServiceRequestFactoryRequestType } from '@cspell/cspell-service-bus'; | ||
} | ||
export declare const RequestZlibInflate: import("@cspell/cspell-service-bus").ServiceRequestFactory<import("@cspell/cspell-service-bus").ServiceRequest<"zlib:inflate", RequestParams, ArrayBufferView>, RequestParams, "zlib:inflate">; | ||
export declare const RequestZlibInflate: import("@cspell/cspell-service-bus").ServiceRequestFactory<import("@cspell/cspell-service-bus").ServiceRequest<"zlib:inflate", RequestParams, ArrayBufferView<ArrayBufferLike>>, RequestParams, "zlib:inflate">; | ||
export type RequestZlibInflate = ServiceRequestFactoryRequestType<typeof RequestZlibInflate>; | ||
export {}; | ||
//# sourceMappingURL=RequestZlibInflate.d.ts.map |
@@ -15,5 +15,5 @@ import type { CSpellIO } from '../CSpellIO.js'; | ||
readonly request: string; | ||
readonly parameters?: unknown; | ||
readonly parameters?: unknown | undefined; | ||
readonly url?: string | undefined; | ||
constructor(request: string, url?: URL | string, parameters?: unknown); | ||
constructor(request: string, url?: URL | string, parameters?: unknown | undefined); | ||
} | ||
@@ -20,0 +20,0 @@ export declare function fsCapabilities(flags: FSCapabilityFlags): FSCapabilities; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "8.16.1", | ||
"version": "8.17.0", | ||
"description": "A library of useful I/O functions used across various cspell tools.", | ||
@@ -57,10 +57,10 @@ "type": "module", | ||
"lorem-ipsum": "^2.0.8", | ||
"typescript": "~5.6.3", | ||
"typescript": "~5.7.2", | ||
"vitest-fetch-mock": "^0.4.2" | ||
}, | ||
"dependencies": { | ||
"@cspell/cspell-service-bus": "8.16.1", | ||
"@cspell/url": "8.16.1" | ||
"@cspell/cspell-service-bus": "8.17.0", | ||
"@cspell/url": "8.17.0" | ||
}, | ||
"gitHead": "773bb6e701ff0b7fbeb30e4621119bb4315415ad" | ||
"gitHead": "cac17fe7b993db5965aa441648b1c22cb5486929" | ||
} |
116111
+ Added@cspell/cspell-service-bus@8.17.0(transitive)
+ Added@cspell/url@8.17.0(transitive)
- Removed@cspell/cspell-service-bus@8.16.1(transitive)
- Removed@cspell/url@8.16.1(transitive)
Updated@cspell/url@8.17.0