File tree Expand file tree Collapse file tree 6 files changed +86
-313
lines changed Expand file tree Collapse file tree 6 files changed +86
-313
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARGS="--config package.json --compress GZip"
13
13
if [ -n " ${OS} " ]; then
14
14
ARCH=" ${2:- x64} "
15
15
echo " Building native binaries for ${OS} ${ARCH} ..."
16
- ARGS=" ${ARGS} -o release/appmap-${OS} -${ARCH} -t node18 -${OS} -${ARCH} "
16
+ ARGS=" ${ARGS} -o release/appmap-${OS} -${ARCH} -t node22 -${OS} -${ARCH} "
17
17
else
18
18
echo " Building native binaries for each target..."
19
19
fi
Original file line number Diff line number Diff line change 54
54
"@types/validator" : " ^13.7.10" ,
55
55
"@types/w3c-xmlserializer" : " ^2.0.2" ,
56
56
"@types/yargs" : " ^17.0.2" ,
57
+ "@yao-pkg/pkg" : " ^5.15.0" ,
57
58
"esbuild" : " 0.19.8" ,
58
59
"eslint" : " ^8.56.0" ,
59
60
"eslint-config-prettier" : " ^8.3.0" ,
134
135
"openapi-types" : " ^12.1.3" ,
135
136
"ora" : " ^5.4.1" ,
136
137
"parse-diff" : " ^0.11.1" ,
137
- "pkg" : " ^5.8.1" ,
138
138
"port-pid" : " ^0.0.7" ,
139
139
"pretty-bytes" : " ^5.6.0" ,
140
140
"ps-node" : " ^0.1.6" ,
148
148
},
149
149
"pkg" : {
150
150
"targets" : [
151
- " node18 -linux-x64" ,
152
- " node18 -win-x64" ,
153
- " node18 -macos-x64" ,
154
- " node18 -macos-arm64"
151
+ " node22 -linux-x64" ,
152
+ " node22 -win-x64" ,
153
+ " node22 -macos-x64" ,
154
+ " node22 -macos-arm64"
155
155
],
156
156
"scripts" : [
157
157
" built/cmds/record/state/record_*.js" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default async function performSetup() {
46
46
'-o' ,
47
47
'release/appmap' ,
48
48
'-t' ,
49
- `node18 -${ platform ( ) } -x64` ,
49
+ `node22 -${ platform ( ) } -x64` ,
50
50
'built/cli.js' ,
51
51
] ,
52
52
packageRoot ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARGS="--config package.json --compress GZip"
13
13
if [ -n " ${OS} " ]; then
14
14
ARCH=" ${2:- x64} "
15
15
echo " Building native binaries for ${OS} ${ARCH} ..."
16
- ARGS=" ${ARGS} -o release/scanner-${OS} -${ARCH} -t node18 -${OS} -${ARCH} "
16
+ ARGS=" ${ARGS} -o release/scanner-${OS} -${ARCH} -t node22 -${OS} -${ARCH} "
17
17
else
18
18
echo " Building native binaries for each target..."
19
19
fi
Original file line number Diff line number Diff line change 43
43
"@types/yargs" : " ^17.0.2" ,
44
44
"@typescript-eslint/eslint-plugin" : " ^4.30.0" ,
45
45
"@typescript-eslint/parser" : " ^4.30.0" ,
46
+ "@yao-pkg/pkg" : " ^5.15.0" ,
46
47
"eslint" : " ^7.32.0" ,
47
48
"eslint-config-prettier" : " ^8.3.0" ,
48
49
"eslint-plugin-node" : " ^11.1.0" ,
51
52
"jest" : " ^29.5.0" ,
52
53
"nock" : " ^13.2.2" ,
53
54
"openapi-types" : " ^9.3.0" ,
54
- "pkg" : " ^5.8.0" ,
55
55
"prettier" : " ^2.7.1" ,
56
56
"semantic-release" : " ^19.0.2" ,
57
57
"sinon" : " ^13.0.1" ,
You can’t perform that action at this time.
0 commit comments