Skip to content

Commit

Permalink
upgrade: ali-oss 6.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Feb 15, 2022
1 parent f5e0f52 commit ce75c67
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 247 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Change log
=======
v1.0.4
upgrade: ali-oss 6.17.1

v1.0.3
fix: lock colors package version

Expand Down
11 changes: 4 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.16",
"vite-plugin-ali-oss": "workspace:*"
"vue": "^3.2.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"vite": "^2.6.4",
"ali-oss": "^6.16.0",
"glob": "^7.2.0",
"colors": "^1.4.0"
"@vitejs/plugin-vue": "^2.2.0",
"vite": "^2.8.2",
"vite-plugin-ali-oss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion example/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vitePluginAliOss from 'vite-plugin-ali-oss'

const options = {
region: 'oss-cn-beijing',
accessKeyId: 'LTAI5tAPUKvCQZBb326Eykhu',
accessKeyId: 'LTAI5tRBfMc7ZpgGvDFUz7rr',
accessKeySecret: '',
bucket: 'xiaweiss',
overwrite: false,
Expand Down
74 changes: 19 additions & 55 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"example:build": "pnpm -C example build"
},
"dependencies": {
"ali-oss": "^6.16.0",
"ali-oss": "^6.17.1",
"colors": "1.4.0",
"glob": "^7.2.0"
},
"peerDependencies": {
"vite": "^2.6.14"
"vite": "^2"
},
"publishConfig": {
"@xiaweiss:registry": "https://npm.pkg.github.com"
Expand Down
Loading

0 comments on commit ce75c67

Please sign in to comment.