haystack-nclient
Advanced tools
Comparing version 3.0.33 to 3.0.34
@@ -0,1 +1,2 @@ | ||
import { FetchMethod } from './fetchVal'; | ||
/** | ||
@@ -45,5 +46,6 @@ * Represents a CSRF error. | ||
* @param options Optional object containing any custom settings. | ||
* @param fetchFunc Optional fetch function to use instead of global fetch. | ||
* @returns A promise that resolves to a response object. | ||
*/ | ||
export declare function finCsrfFetch(resource: RequestInfo, options?: RequestInit): Promise<Response>; | ||
export declare function finCsrfFetch(resource: RequestInfo, options?: RequestInit, fetchFunc?: FetchMethod): Promise<Response>; | ||
export interface CsrfRequestInit extends RequestInit { | ||
@@ -50,0 +52,0 @@ attestHeaderName?: string; |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/j2inn/haystack-nclient", | ||
"version": "3.0.33", | ||
"version": "3.0.34", | ||
"module": "dist/index.es.js", | ||
@@ -16,0 +16,0 @@ "main": "dist/index.js", |
<p align="center"> | ||
<a href="https://github.com/j2inn/haystack-nclient/actions/workflows/master-push.yaml"> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/j2inn/haystack-nclient/Master%20push" /> | ||
<a href="https://github.com/j2inn/haystack-nclient/actions/workflows/master-push-pull-request.yaml"> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/j2inn/haystack-nclient/master-push-pull-request.yaml" /> | ||
</a> | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
554733
14571
8