Skip to content

Commit

Permalink
[optimize] rebuild & export Required types of Fetch API
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Oct 29, 2024
1 parent e4181fa commit 55334c9
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 159 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-fetch-polyfill",
"version": "0.5.0-rc.1",
"version": "0.5.0",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "W3C fetch() API polyfill for Taro 3+",
Expand Down Expand Up @@ -28,10 +28,11 @@
"main": "dist/index.js",
"dependencies": {
"@swc/helpers": "^0.5.13",
"@ungap/url-search-params": "^0.2.2",
"array-unique-proposal": "^0.3.4",
"miniprogram-blob": "^2.0.0",
"miniprogram-formdata": "^2.0.0",
"web-streams-polyfill": "^3.3.3"
"web-streams-polyfill": "^4.0.0"
},
"peerDependencies": {
"@tarojs/taro": ">=3"
Expand Down
Loading

0 comments on commit 55334c9

Please sign in to comment.