File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " public-ipfs-gateway" ,
3
3
"description" : " Get Public IPFS gateway url easily" ,
4
4
"author" : " codev911" ,
5
- "version" : " 1.0.4 " ,
5
+ "version" : " 1.0.6 " ,
6
6
"main" : " ./dist/index.js" ,
7
7
"browser" : " ./dist/iife/index.js" ,
8
8
"module" : " ./dist/esm/index.js" ,
18
18
},
19
19
"devDependencies" : {
20
20
"@types/jest" : " ^29.5.11" ,
21
- "axios" : " ^1.6.5" ,
22
21
"jest" : " ^29.7.0" ,
23
22
"prettier" : " ^3.2.4" ,
24
23
"rimraf" : " ^5.0.5" ,
27
26
"tsup" : " ^8.0.1" ,
28
27
"typescript" : " ^5.3.3"
29
28
},
30
- "dependencies" : {},
29
+ "dependencies" : {
30
+ "axios" : " ^1.6.6"
31
+ },
31
32
"keywords" : [
32
33
" ipfs-gateway" ,
33
34
" public-ipfs-gateway" ,
Original file line number Diff line number Diff line change 18
18
"axios" : [" ./node_modules/axios" ],
19
19
"tslib" : [" ./node_modules/tslib" ]
20
20
},
21
- "typeRoots" : [
22
- " ./node_modules/@types" ,
23
- " ./types/" ,
24
- ]
25
21
},
26
22
"exclude" : [" node_modules" ],
27
23
}
You can’t perform that action at this time.
0 commit comments