We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ccdaf commit ab73899Copy full SHA for ab73899
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ali-oss",
3
- "version": "6.5.0",
+ "version": "6.5.1",
4
"description": "aliyun oss(object storage service) node client",
5
"main": "lib/client.js",
6
"files": [
@@ -9,7 +9,7 @@
9
"dist"
10
],
11
"browser": {
12
- "lib/client.js": "./dist/aliyun-oss-sdk.min.js",
+ "lib/client.js": "./dist/aliyun-oss-sdk.js",
13
"mime": "./shims/mime.js",
14
"urllib": "./shims/xhr.js",
15
"utility": "./shims/utility.js",
0 commit comments