Comparing version 6.0.1 to 6.0.2
@@ -0,1 +1,3 @@ | ||
## [6.0.2](https://github.com/alexghr/got-fetch/compare/v6.0.1...v6.0.2) (2024-11-18) | ||
## [6.0.1](https://github.com/alexghr/got-fetch/compare/v6.0.0...v6.0.1) (2024-08-26) | ||
@@ -2,0 +4,0 @@ |
@@ -21,3 +21,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
var g = generator.apply(thisArg, _arguments || []), i, q = []; | ||
return i = {}, verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i; | ||
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i; | ||
function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; } | ||
@@ -24,0 +24,0 @@ function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } } |
@@ -15,3 +15,3 @@ export type GotHeadersGuard = 'immutable' | 'none'; | ||
entries(): IterableIterator<[string, string]>; | ||
keys(): IterableIterator<string>; | ||
keys(): MapIterator<string>; | ||
values(): Generator<string, void, unknown>; | ||
@@ -18,0 +18,0 @@ [Symbol.iterator](): IterableIterator<[string, string]>; |
{ | ||
"name": "got-fetch", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "license": "MIT", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^10.1.3", | ||
"@semantic-release/github": "^11.0.0", | ||
"@semantic-release/npm": "^12.0.1", | ||
@@ -51,3 +51,3 @@ "@semantic-release/release-notes-generator": "^14.0.1", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"concurrently": "^8.0.1", | ||
"concurrently": "^9.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -54,0 +54,0 @@ "eslint": "^8.4.1", |
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
36623