Skip to content

Commit

Permalink
update mini sdk and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qkang07 committed Dec 26, 2023
1 parent 043bb43 commit 8b078c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@huolala-tech/page-spy": "^1.5.0-beta.3",
"@huolala-tech/page-spy": "^1.5.0-beta.4",
"@mdx-js/rollup": "^2.3.0",
"@types/lodash-es": "^4.17.7",
"@types/mdx": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const IntegrationWithPlatform = ({ platform, onCloseModal }: Props) => {
},
{
title: t('inject.miniprogram.request-host'),
code: `https://${window.location.host}\nwss://${window.location.host}`,
},
{
title: (
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -753,10 +753,10 @@
"@huolala-tech/page-spy-api-win32-arm" "1.2.2"
"@huolala-tech/page-spy-api-win32-arm64" "1.2.2"

"@huolala-tech/page-spy@^1.5.0-beta.3":
version "1.5.0-beta.3"
resolved "https://registry.npmjs.org/@huolala-tech/page-spy/-/page-spy-1.5.0-beta.3.tgz#bc7f144b191566f27a3f3c5be3ebe4140b1b5b08"
integrity sha512-zkN2EJC1QZIn6Z9oV+p+SaA7cmWGtZs5i9vSv4bkS/EBS2km4KmZvm5lYfdMT7FNyqeRlNnUKXRlV49WsEnfWw==
"@huolala-tech/page-spy@^1.5.0-beta.4":
version "1.5.0-beta.4"
resolved "https://registry.npmjs.org/@huolala-tech/page-spy/-/page-spy-1.5.0-beta.4.tgz#201bf42c1f5cc18eefdb267de0045b3cabec37c2"
integrity sha512-upmNePPnoRe38Oa1WykFC4aC0dfQHMhsNnUZpzEBc+mm2gNHXciEuuWwvmaMGqgsUCba7qnlhj7Fn/IKm5Szpw==
dependencies:
"@babel/runtime" "^7.13.0"
copy-to-clipboard "^3.3.1"
Expand Down

0 comments on commit 8b078c6

Please sign in to comment.