File tree 3 files changed +5
-17
lines changed
3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ console.log(result)
33
33
### Deno
34
34
35
35
``` ts
36
- // deno < 1.28
37
- import { extract } from ' https://esm.sh/@extractus/feed-extractor'
38
-
39
- // deno > 1.28
40
36
import { extract } from ' npm:@extractus/feed-extractor'
41
37
```
42
38
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7.1.2 " ,
2
+ "version" : " 7.1.3 " ,
3
3
"name" : " @extractus/feed-extractor" ,
4
4
"description" : " To read and normalize RSS/ATOM/JSON feed data" ,
5
5
"homepage" : " https://extractor-demos.pages.dev" ,
26
26
},
27
27
"types" : " ./index.d.ts" ,
28
28
"engines" : {
29
- "node" : " >= 16 "
29
+ "node" : " >= 18 "
30
30
},
31
31
"scripts" : {
32
32
"lint" : " eslint ." ,
45
45
"html-entities" : " ^2.5.2"
46
46
},
47
47
"devDependencies" : {
48
- "esbuild" : " ^0.20.2 " ,
49
- "eslint" : " ^9.1.1 " ,
50
- "globals" : " ^15.0 .0" ,
48
+ "esbuild" : " ^0.21.0 " ,
49
+ "eslint" : " ^9.2.0 " ,
50
+ "globals" : " ^15.1 .0" ,
51
51
"https-proxy-agent" : " ^7.0.4" ,
52
52
"jest" : " ^29.7.0" ,
53
53
"nock" : " ^13.5.4"
You can’t perform that action at this time.
0 commit comments