Skip to content

Commit 93c7dcb

Browse files
authored
Merge pull request #96 from extractus/6.2.4
Rebuild
2 parents f928893 + c71b260 commit 93c7dcb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

dist/cjs/feed-extractor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @extractus/feed-extractor@6.2.4, by @extractus - built with esbuild at 2023-07-05T05:06:54.205Z - published under MIT license
1+
// @extractus/feed-extractor@6.2.4, by @extractus - built with esbuild at 2023-07-05T06:11:52.073Z - published under MIT license
22
var __create = Object.create;
33
var __defProp = Object.defineProperty;
44
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

dist/cjs/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ export interface FetchOptions {
7575
referrerPolicy?: "referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "unsafe-url";
7676
integrity?: any;
7777
proxy?: ProxyConfig;
78+
/**
79+
* http proxy agent
80+
* default: null
81+
*/
82+
agent?: object;
7883
}
7984

8085
export function extractFromXml(xml: string, options?: ReaderOptions): FeedData;

dist/feed-extractor.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @extractus/feed-extractor@6.2.4, by @extractus - built with esbuild at 2023-07-05T05:06:54.205Z - published under MIT license
1+
// @extractus/feed-extractor@6.2.4, by @extractus - built with esbuild at 2023-07-05T06:11:52.073Z - published under MIT license
22
var __create = Object.create;
33
var __defProp = Object.defineProperty;
44
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

0 commit comments

Comments
 (0)