File tree 9 files changed +14
-14
lines changed
plugin-source-map-explorer
9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 1.2.5 " ,
7
+ "version" : " 1.2.6 " ,
8
8
"command" : {
9
9
"publish" : {
10
10
"allowBranch" : " master"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-core" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " Core utilities for Modus Gimbal" ,
5
5
"author" :
" Mitchell Simoens <[email protected] >" ,
6
6
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " A CLI tool for monitoring web performance in modern web projects" ,
5
5
"main" : " lib/gimbal/src/modules.js" ,
6
6
"bin" : {
72
72
},
73
73
"homepage" : " https://github.com/ModusCreateOrg/gimbal/tree/master/packages/gimbal#readme" ,
74
74
"dependencies" : {
75
- "@modus/gimbal-core" : " 1.2.5 " ,
75
+ "@modus/gimbal-core" : " 1.2.6 " ,
76
76
"@octokit/rest" : " 16.33.0" ,
77
77
"brotli-size" : " 4.0.0" ,
78
78
"bytes" : " 3.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-plugin-axe" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " Plugin to add axe audits to Gimbal" ,
5
5
"author" :
" Mitchell Simoens <[email protected] >" ,
6
6
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-plugin-last-value" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " Track last value for Gimbal audits" ,
5
5
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
6
6
"license" : " MIT" ,
32
32
"url" : " https://github.com/ModusCreateOrg/gimbal/issues"
33
33
},
34
34
"dependencies" : {
35
- "@modus/gimbal-core" : " 1.2.5 " ,
35
+ "@modus/gimbal-core" : " 1.2.6 " ,
36
36
"bytes" : " 3.1.0" ,
37
37
"deepmerge" : " 4.0.0"
38
38
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-plugin-mysql" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " MySQL storage helpers for Gimbal and Gimbal plugins" ,
5
5
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
6
6
"license" : " MIT" ,
32
32
"url" : " https://github.com/ModusCreateOrg/gimbal/issues"
33
33
},
34
34
"dependencies" : {
35
- "@modus/gimbal-core" : " 1.2.5 " ,
35
+ "@modus/gimbal-core" : " 1.2.6 " ,
36
36
"deepmerge" : " 4.0.0" ,
37
37
"mysql" : " 2.17.1"
38
38
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-plugin-source-map-explorer" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " Adds Source Map Explorer auditing to Gimbal" ,
5
5
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
6
6
"license" : " MIT" ,
44
44
" ci"
45
45
],
46
46
"dependencies" : {
47
- "@modus/gimbal-core" : " 1.2.5 " ,
47
+ "@modus/gimbal-core" : " 1.2.6 " ,
48
48
"bytes" : " 3.1.0" ,
49
49
"deepmerge" : " 4.0.0" ,
50
50
"globby" : " 10.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-plugin-sqlite" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " SQLite storage helpers for Gimbal and Gimbal plugins" ,
5
5
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
6
6
"license" : " MIT" ,
32
32
"url" : " https://github.com/ModusCreateOrg/gimbal/issues"
33
33
},
34
34
"dependencies" : {
35
- "@modus/gimbal-core" : " 1.2.5 " ,
35
+ "@modus/gimbal-core" : " 1.2.6 " ,
36
36
"deepmerge" : " 4.0.0" ,
37
37
"mkdirp" : " 0.5.1" ,
38
38
"sqlite3" : " 4.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modus/gimbal-typings" ,
3
3
"private" : true ,
4
- "version" : " 1.2.5 " ,
4
+ "version" : " 1.2.6 " ,
5
5
"description" : " A common node module that doesn't get published to npm holding the typings" ,
6
6
"homepage" : " https://github.com/ModusCreateOrg/gimbal#readme" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments