Skip to content

Commit

Permalink
bump: 1.0.0-rc.36
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed May 6, 2022
1 parent 1a4eb09 commit 58884fb
Show file tree
Hide file tree
Showing 5 changed files with 2,676 additions and 100 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Baidu Cloud Engine JavaScript SDK
[![Build Status](https://travis-ci.org/baidubce/bce-sdk-js.svg?branch=master)](https://travis-ci.org/baidubce/bce-sdk-js)
[![NPM version](https://img.shields.io/npm/v/@baiducloud/sdk.svg?style=flat)](https://www.npmjs.com/package/@baiducloud/sdk)
[![Coverage Status](https://coveralls.io/repos/github/baidubce/bce-sdk-js/badge.svg?branch=master)](https://coveralls.io/github/baidubce/bce-sdk-js?branch=master)
[![Dependencies](https://img.shields.io/david/baidubce/bce-sdk-js.svg?style=flat)](https://david-dm.org/baidubce/bce-sdk-js)
[![DevDependencies](https://img.shields.io/david/dev/baidubce/bce-sdk-js.svg?style=flat)](https://david-dm.org/baidubce/bce-sdk-js)


文档地址:<https://baidubce.github.io/bce-sdk-js/>
Expand All @@ -17,5 +15,5 @@ Baidu Cloud Engine JavaScript SDK

## 通过CDN引用
```html
<script src="https://code.bdstatic.com/npm/@baiducloud/sdk@1.0.0-rc.31/dist/baidubce-sdk.bundle.min.js" ></script>
<script src="https://bce.bdstatic.com/lib/@baiducloud/sdk/1.0.0-rc.36/baidubce-sdk.bundle.min.js" ></script>
```
101 changes: 36 additions & 65 deletions dist/baidubce-sdk.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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){
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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;
});
};
Expand Down
2 changes: 1 addition & 1 deletion dist/baidubce-sdk.bundle.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 58884fb

Please sign in to comment.