Skip to content

Commit 9f65dbb

Browse files
committed
chore: upgrade sdk
1 parent daf42ac commit 9f65dbb

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"dependencies": {
5353
"@ant-design/icons": "^4.7.0",
5454
"@huolala-tech/page-spy-browser": "^2.0.1",
55-
"@huolala-tech/page-spy-plugin-data-harbor": "^2.0.1",
55+
"@huolala-tech/page-spy-plugin-data-harbor": "^2.0.2",
5656
"@huolala-tech/page-spy-plugin-rrweb": "^2.0.0",
57-
"@huolala-tech/page-spy-plugin-whole-bundle": "^2.0.1",
57+
"@huolala-tech/page-spy-plugin-whole-bundle": "^2.0.2",
5858
"@huolala-tech/page-spy-types": "^2.0.0",
5959
"@huolala-tech/react-json-view": "^1.2.5",
6060
"@huolala-tech/request": "^1.1.2",

src/pages/Docs/md/changelog.en.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';
22

3+
## v2.0.2
4+
5+
- 🐛 Fixed the issue where the default value of DataHarborPlugin caused download failure.
6+
37
## v2.0.1
48

59
- 🆕 `DataHarborPlugin` add [onAfterUpload](./data-harbor#constructor) param to custom behavior after upload。See details: https://github.com/HuolalaTech/page-spy/pull/119;

src/pages/Docs/md/changelog.zh.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';
22

3+
## v2.0.2
4+
5+
- 🐛 修复 `DataHarborPlugin` 的默认值导致无法下载;
6+
37
## v2.0.1
48

59
- 🆕 `DataHarborPlugin` 支持传入 [onAfterUpload](./data-harbor#constructor) 自定义上传后的动作。查看详情:https://github.com/HuolalaTech/page-spy/pull/119

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,10 @@
757757
"@huolala-tech/page-spy-types" "^2.0.0"
758758
copy-to-clipboard "^3.3.1"
759759

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

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

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

0 commit comments

Comments
 (0)