File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.1.0 (????-??-??)
5
+ ------------------
6
+
7
+ * Add color for HTTP QUERY methods.
8
+ * Remove node-fetch dependency.
9
+
10
+
4
11
1.0.3 (2024-01-15)
5
12
------------------
6
13
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ import {
8
8
} from './types.js' ;
9
9
import { State , Client } from 'ketting' ;
10
10
import { Context } from '@curveball/kernel' ;
11
- import * as nodeFetch from 'node-fetch' ;
12
-
13
- // @ts -expect-error Signatures aren't 100% identical
14
- if ( ! global . Request ) global . Request = nodeFetch . Request ;
15
11
16
12
/**
17
13
* Returns the list of links for a section.
Original file line number Diff line number Diff line change 1
1
import { JSDOM } from 'jsdom' ;
2
- import fetch from 'node-fetch' ;
3
2
import { writeFileSync } from 'node:fs' ;
4
3
5
4
const response = await fetch ( 'https://www.iana.org/assignments/link-relations/link-relations.xml' ) ;
You can’t perform that action at this time.
0 commit comments