File tree 6 files changed +6871
-3177
lines changed
6 files changed +6871
-3177
lines changed Original file line number Diff line number Diff line change 3
3
"useWorkspaces" : true ,
4
4
"packages" : [" packages/*" ],
5
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
6
- "version" : " 2.3.1 "
6
+ "version" : " 3.0.0 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/benchmark.js-plugin" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " Benchmark.js compatibility layer for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
27
27
"jest-mock-extended" : " ^3.0.4"
28
28
},
29
29
"dependencies" : {
30
- "@codspeed/core" : " workspace:^2.3.1 " ,
30
+ "@codspeed/core" : " workspace:^3.0.0 " ,
31
31
"lodash" : " ^4.17.10" ,
32
32
"stack-trace" : " 1.0.0-pre2"
33
33
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/core" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " The core Node library used to integrate with Codspeed runners" ,
5
5
"keywords" : [
6
6
" codspeed" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/tinybench-plugin" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " tinybench compatibility layer for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
24
24
"tinybench" : " ^2.5.0"
25
25
},
26
26
"dependencies" : {
27
- "@codspeed/core" : " workspace:^2.3.1 " ,
27
+ "@codspeed/core" : " workspace:^3.0.0 " ,
28
28
"stack-trace" : " 1.0.0-pre2"
29
29
},
30
30
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codspeed/vitest-plugin" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " vitest plugin for CodSpeed" ,
5
5
"keywords" : [
6
6
" codspeed" ,
27
27
"bench" : " vitest bench"
28
28
},
29
29
"dependencies" : {
30
- "@codspeed/core" : " workspace:^2.3.1 "
30
+ "@codspeed/core" : " workspace:^3.0.0 "
31
31
},
32
32
"peerDependencies" : {
33
33
"vite" : " ^4.2.0 || ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments