@animo-id/oauth2-utils
Advanced tools
Comparing version 0.0.2-alpha-20241104214846 to 0.0.2-alpha-20241104215518
@@ -17,6 +17,3 @@ import * as v from 'valibot'; | ||
type FetchResponse = Response; | ||
declare const _Headers: { | ||
new (init?: HeadersInit): Headers; | ||
prototype: Headers; | ||
}; | ||
declare const _Headers: typeof globalThis.Headers; | ||
type FetchHeaders = globalThis.Headers; | ||
@@ -23,0 +20,0 @@ |
{ | ||
"name": "@animo-id/oauth2-utils", | ||
"version": "0.0.2-alpha-20241104214846", | ||
"version": "0.0.2-alpha-20241104215518", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ ".": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49501
511