forked from ecomfe/baidubce-sdk
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a4eb09
commit 58884fb
Showing
5 changed files
with
2,676 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# CHANGELOG | ||
|
||
## 1.0.0-rc.36(2022-05-05) | ||
## 1.0.0-rc.36(2022-05-06) | ||
|
||
- BOSClient: fix getObject stream.store | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29334,49 +29334,36 @@ utils.intFromLE = intFromLE; | |
arguments[4][17][0].apply(exports,arguments) | ||
},{"buffer":26,"dup":17}],113:[function(require,module,exports){ | ||
module.exports={ | ||
"_from": "elliptic@^6.5.3", | ||
"_id": "[email protected]", | ||
"_inBundle": false, | ||
"_integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", | ||
"_location": "/elliptic", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "range", | ||
"registry": true, | ||
"raw": "elliptic@^6.5.3", | ||
"name": "elliptic", | ||
"escapedName": "elliptic", | ||
"rawSpec": "^6.5.3", | ||
"saveSpec": null, | ||
"fetchSpec": "^6.5.3" | ||
}, | ||
"_requiredBy": [ | ||
"/browserify-sign", | ||
"/create-ecdh" | ||
"name": "elliptic", | ||
"version": "6.5.4", | ||
"description": "EC cryptography", | ||
"main": "lib/elliptic.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", | ||
"_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb", | ||
"_spec": "elliptic@^6.5.3", | ||
"_where": "/Users/lurunze/github/bce-sdk-js/node_modules/browserify-sign", | ||
"author": { | ||
"name": "Fedor Indutny", | ||
"email": "[email protected]" | ||
"scripts": { | ||
"lint": "eslint lib test", | ||
"lint:fix": "npm run lint -- --fix", | ||
"unit": "istanbul test _mocha --reporter=spec test/index.js", | ||
"test": "npm run lint && npm run unit", | ||
"version": "grunt dist && git add dist/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:indutny/elliptic" | ||
}, | ||
"keywords": [ | ||
"EC", | ||
"Elliptic", | ||
"curve", | ||
"Cryptography" | ||
], | ||
"author": "Fedor Indutny <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/indutny/elliptic/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"bn.js": "^4.11.9", | ||
"brorand": "^1.1.0", | ||
"hash.js": "^1.0.0", | ||
"hmac-drbg": "^1.0.1", | ||
"inherits": "^2.0.4", | ||
"minimalistic-assert": "^1.0.1", | ||
"minimalistic-crypto-utils": "^1.0.1" | ||
}, | ||
"deprecated": false, | ||
"description": "EC cryptography", | ||
"homepage": "https://github.com/indutny/elliptic", | ||
"devDependencies": { | ||
"brfs": "^2.0.2", | ||
"coveralls": "^3.1.0", | ||
|
@@ -29392,31 +29379,15 @@ module.exports={ | |
"istanbul": "^0.4.5", | ||
"mocha": "^8.0.1" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"homepage": "https://github.com/indutny/elliptic", | ||
"keywords": [ | ||
"EC", | ||
"Elliptic", | ||
"curve", | ||
"Cryptography" | ||
], | ||
"license": "MIT", | ||
"main": "lib/elliptic.js", | ||
"name": "elliptic", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/indutny/elliptic.git" | ||
}, | ||
"scripts": { | ||
"lint": "eslint lib test", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "npm run lint && npm run unit", | ||
"unit": "istanbul test _mocha --reporter=spec test/index.js", | ||
"version": "grunt dist && git add dist/" | ||
}, | ||
"version": "6.5.4" | ||
"dependencies": { | ||
"bn.js": "^4.11.9", | ||
"brorand": "^1.1.0", | ||
"hash.js": "^1.0.0", | ||
"hmac-drbg": "^1.0.1", | ||
"inherits": "^2.0.4", | ||
"minimalistic-assert": "^1.0.1", | ||
"minimalistic-crypto-utils": "^1.0.1" | ||
} | ||
} | ||
|
||
},{}],114:[function(require,module,exports){ | ||
|
@@ -52193,7 +52164,7 @@ arguments[4][21][0].apply(exports,arguments) | |
},{"./support/isBuffer":245,"_process":202,"dup":21,"inherits":244}],247:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "@baiducloud/sdk", | ||
"version": "1.0.0-rc.35", | ||
"version": "1.0.0-rc.36", | ||
"description": "Baidu Cloud Engine JavaScript SDK", | ||
"main": "./index.js", | ||
"browser": { | ||
|
@@ -53650,7 +53621,7 @@ BosClient.prototype.getObject = function (bucketName, key, range, options) { | |
config: options.config, | ||
outputStream: outputStream | ||
}).then(function (response) { | ||
response.body = Buffer.concat(outputStream); | ||
response.body = Buffer.concat(outputStream.store); | ||
return response; | ||
}); | ||
}; | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.