File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 615
615
"name" : " Next.js " ,
616
616
"package" : " @netlify/plugin-nextjs" ,
617
617
"repo" : " https://github.com/netlify/next-runtime" ,
618
- "version" : " 5.11.6 " ,
618
+ "version" : " 5.12.0 " ,
619
619
"compatibility" : [
620
620
{
621
621
"version" : " 5.7.0-ipx.0" ,
627
627
}
628
628
},
629
629
{
630
- "version" : " 5.11.6 " ,
630
+ "version" : " 5.12.0 " ,
631
631
"overridePinnedVersion" : " >=4.0.0" ,
632
632
"nodeVersion" : " >=18.0.0" ,
633
633
"siteDependencies" : {
1008
1008
"package" : " @chiselstrike/netlify-plugin" ,
1009
1009
"description" : " Sync Netlify sites and ChiselStrike builds from code in the same Git repository." ,
1010
1010
"repo" : " https://github.com/chiselstrike/netlify-plugin" ,
1011
- "version" : " 0.1.0"
1011
+ "version" : " 0.1.0" ,
1012
+ "status" : " DEACTIVATED"
1012
1013
},
1013
1014
{
1014
1015
"name" : " Netlify Bundle ENV" ,
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ pluginsList.forEach((plugin) => {
79
79
} )
80
80
} )
81
81
82
- test ( `Plugin package should be published: ${ packageName } ` , async ( t ) => {
83
- t . is ( typeof version , 'string' )
84
- t . not ( validVersion ( version ) , null )
85
- await t . notThrowsAsync ( manifest ( `${ packageName } @${ version } ` ) )
86
- } )
87
-
88
82
if ( status !== 'DEACTIVATED' ) {
83
+ test ( `Plugin package should be published: ${ packageName } ` , async ( t ) => {
84
+ t . is ( typeof version , 'string' )
85
+ t . not ( validVersion ( version ) , null )
86
+ await t . notThrowsAsync ( manifest ( `${ packageName } @${ version } ` ) )
87
+ } )
88
+
89
89
test ( `Plugin repository URL should be valid: ${ packageName } ` , async ( t ) => {
90
90
await t . notThrowsAsync ( got ( repo ) )
91
91
} )
You can’t perform that action at this time.
0 commit comments