Skip to content

Commit

Permalink
chore: upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 5, 2024
1 parent daf42ac commit 9f65dbb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@huolala-tech/page-spy-browser": "^2.0.1",
"@huolala-tech/page-spy-plugin-data-harbor": "^2.0.1",
"@huolala-tech/page-spy-plugin-data-harbor": "^2.0.2",
"@huolala-tech/page-spy-plugin-rrweb": "^2.0.0",
"@huolala-tech/page-spy-plugin-whole-bundle": "^2.0.1",
"@huolala-tech/page-spy-plugin-whole-bundle": "^2.0.2",
"@huolala-tech/page-spy-types": "^2.0.0",
"@huolala-tech/react-json-view": "^1.2.5",
"@huolala-tech/request": "^1.1.2",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/Docs/md/changelog.en.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';

## v2.0.2

- 🐛 Fixed the issue where the default value of DataHarborPlugin caused download failure.

## v2.0.1

- 🆕 `DataHarborPlugin` add [onAfterUpload](./data-harbor#constructor) param to custom behavior after upload。See details: https://github.com/HuolalaTech/page-spy/pull/119;
Expand Down
4 changes: 4 additions & 0 deletions src/pages/Docs/md/changelog.zh.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';

## v2.0.2

- 🐛 修复 `DataHarborPlugin` 的默认值导致无法下载;

## v2.0.1

- 🆕 `DataHarborPlugin` 支持传入 [onAfterUpload](./data-harbor#constructor) 自定义上传后的动作。查看详情:https://github.com/HuolalaTech/page-spy/pull/119
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,10 @@
"@huolala-tech/page-spy-types" "^2.0.0"
copy-to-clipboard "^3.3.1"

"@huolala-tech/page-spy-plugin-data-harbor@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-data-harbor/-/page-spy-plugin-data-harbor-2.0.1.tgz#f10aa11806fb6e016ae8cc51d4442bff7ef4aef8"
integrity sha512-nCoDjhawFGMsWFvKFntYbO1XZZdSofXf27a/el96/dEc3rlb3yNzSpF1NPceonijGvMAK3PoPjTfdFZz/9fm5g==
"@huolala-tech/page-spy-plugin-data-harbor@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-data-harbor/-/page-spy-plugin-data-harbor-2.0.2.tgz#266a0eb301cef76c6153cca521dbcafcfba5b50d"
integrity sha512-dO/ZEjvYm1OXvV6a6J2DdmISHY02dvw9yovbtgeClCAYuLjsbhqfyt23BQ6U/wZLuX1C3k359vh0k5i6sZFgDg==
dependencies:
"@babel/runtime" "^7.13.0"
"@huolala-tech/page-spy-base" "^2.0.0"
Expand All @@ -776,13 +776,13 @@
"@huolala-tech/page-spy-types" "^2.0.0"
rrweb "^2.0.0-alpha.4"

"@huolala-tech/page-spy-plugin-whole-bundle@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-whole-bundle/-/page-spy-plugin-whole-bundle-2.0.1.tgz#1fa6cb8d28ca7da5f97176e1299f4d22134d7df8"
integrity sha512-fVF3hMh8lfOCooeCkvBF00eJuyaeQJckpTdjBxmmDbXmdfeXIWJ8A8NSHq2q+sH8ziMBooV8hny2wEisnDkhpg==
"@huolala-tech/page-spy-plugin-whole-bundle@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-whole-bundle/-/page-spy-plugin-whole-bundle-2.0.2.tgz#7ba9d25e684c44f302ea1157137ecc62081a743a"
integrity sha512-zfy3U2wflvSAdGB5JxD6E8xJ73bsQ/qThkooWKrrnQKHaJWwUvtee2Ii1LOiHL3QQUloFcWc6VjaYlBS0xnHdw==
dependencies:
"@huolala-tech/page-spy-browser" "^2.0.1"
"@huolala-tech/page-spy-plugin-data-harbor" "^2.0.1"
"@huolala-tech/page-spy-plugin-data-harbor" "^2.0.2"
"@huolala-tech/page-spy-plugin-rrweb" "^2.0.0"

"@huolala-tech/page-spy-types@^2.0.0":
Expand Down

0 comments on commit 9f65dbb

Please sign in to comment.