Skip to content

Commit

Permalink
Merge pull request #81 from VitoBeijing/master
Browse files Browse the repository at this point in the history
fix(BosClient): the browser environment reference entry.
  • Loading branch information
lurunze1226 authored Oct 22, 2021
2 parents aabb373 + 96508d8 commit 1478c56
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.0-rc.32(2021-10-22)
### Fix
- BOSClient: fix the browser environment reference entry.

## 1.0.0-rc.31(2021-08-13)
### Fix
- BOSClient: add key valiation in getObject() & getObjectToFile() method;
Expand Down
11 changes: 6 additions & 5 deletions dist/baidubce-sdk.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -22222,7 +22222,7 @@ module.exports={
"_args": [
[
"elliptic@6.5.2",
"/Users/lurunze/baidubce/bce-sdk-js"
"/Users/hanxiao11/console-project/github/my/bce-sdk-js"
]
],
"_development": true,
Expand All @@ -22248,7 +22248,7 @@ module.exports={
],
"_resolved": "http://registry.npm.baidu-int.com/elliptic/-/elliptic-6.5.2.tgz",
"_spec": "6.5.2",
"_where": "/Users/lurunze/baidubce/bce-sdk-js",
"_where": "/Users/hanxiao11/console-project/github/my/bce-sdk-js",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
Expand Down Expand Up @@ -44710,12 +44710,12 @@ exports.createContext = Script.createContext = function (context) {
},{"indexof":134}],208:[function(require,module,exports){
module.exports={
"name": "@baiducloud/sdk",
"version": "1.0.0-rc.31",
"version": "1.0.0-rc.32",
"description": "Baidu Cloud Engine JavaScript SDK",
"main": "./index.js",
"browser": {
"fs": false,
"main": "./dist/baidubce-sdk.bundle.js"
"index.js": "./dist/baidubce-sdk.bundle.js"
},
"directories": {
"test": "test"
Expand All @@ -44733,7 +44733,8 @@ module.exports={
"leeight <leeight@gmail.com>",
"木休大人 <523317421@qq.com>",
"yangwei <yangwei9012@163.com>",
"lurunze <lueunze@hotmail.com>"
"lurunze <lueunze@hotmail.com>",
"hanxiao <hanxiao_do@126.com>"
],
"license": "MIT",
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions dist/baidubce-sdk.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@baiducloud/sdk",
"version": "1.0.0-rc.31",
"version": "1.0.0-rc.32",
"description": "Baidu Cloud Engine JavaScript SDK",
"main": "./index.js",
"browser": {
"fs": false,
"main": "./dist/baidubce-sdk.bundle.js"
"index.js": "./dist/baidubce-sdk.bundle.js"
},
"directories": {
"test": "test"
Expand All @@ -23,7 +23,8 @@
"leeight <leeight@gmail.com>",
"木休大人 <523317421@qq.com>",
"yangwei <yangwei9012@163.com>",
"lurunze <lueunze@hotmail.com>"
"lurunze <lueunze@hotmail.com>",
"hanxiao <hanxiao_do@126.com>"
],
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 1478c56

Please sign in to comment.