File tree Expand file tree Collapse file tree 6 files changed +8
-3
lines changed
taro-mini-runner/src/__tests__/__snapshots__
taro-webpack5-runner/src/__tests__/__snapshots__ Expand file tree Collapse file tree 6 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
- host : windows-latest
25
25
build : pnpm build:binding:release
26
26
target : x86_64-pc-windows-msvc
27
- - host : ubuntu-20 .04
27
+ - host : ubuntu-22 .04
28
28
target : x86_64-unknown-linux-gnu
29
29
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
30
30
build : |-
31
31
set -e &&
32
- corepack prepare pnpm@9.15.4 --activate &&
32
+ npm install -g corepack@0.31.0 &&
33
33
pnpm build:binding:release --target x86_64-unknown-linux-gnu &&
34
34
strip crates/native_binding/*.node
35
- - host : ubuntu-20 .04
35
+ - host : ubuntu-22 .04
36
36
target : x86_64-unknown-linux-musl
37
37
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
38
38
build : set -e && pnpm build:binding:release && strip crates/native_binding/*.node
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export const components = {
40
40
Button : {
41
41
scope : '' ,
42
42
'public-id' : '' ,
43
+ 'app-parameter' : '' ,
43
44
bindGetAuthorize : '' ,
44
45
bindError : '' ,
45
46
bindGetUserInfo : '' ,
Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ require("./taro");
609
609
Button: {
610
610
scope: " " ,
611
611
" public-id" : " " ,
612
+ " app-parameter" : " " ,
612
613
bindGetAuthorize: " " ,
613
614
bindError: " " ,
614
615
bindGetUserInfo: " " ,
Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ require("./taro");
609
609
Button: {
610
610
scope: " " ,
611
611
" public-id" : " " ,
612
+ " app-parameter" : " " ,
612
613
bindGetAuthorize: " " ,
613
614
bindError: " " ,
614
615
bindGetUserInfo: " " ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ require("./runtime");
578
578
Button: {
579
579
scope: " " ,
580
580
" public-id" : " " ,
581
+ " app-parameter" : " " ,
581
582
bindGetAuthorize: " " ,
582
583
bindError: " " ,
583
584
bindGetUserInfo: " " ,
Original file line number Diff line number Diff line change @@ -2632,6 +2632,7 @@ require("./runtime");
2632
2632
Button: {
2633
2633
scope: " " ,
2634
2634
" public-id" : " " ,
2635
+ " app-parameter" : " " ,
2635
2636
bindGetAuthorize: " " ,
2636
2637
bindError: " " ,
2637
2638
bindGetUserInfo: " " ,
You can’t perform that action at this time.
0 commit comments