Commit 0ce6601 1 parent 208980b commit 0ce6601 Copy full SHA for 0ce6601
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 357
357
}
358
358
}
359
359
}
360
+ },
361
+ "exactly" : {
362
+ "description" : " A single semver 2.0.0 version to mark" ,
363
+ },
364
+ "inclusiveLowerBound" : {
365
+ "description" : " A valid semver 2.0.0 value used as a lower bound. Explicitly also affected."
366
+ },
367
+ "exclusiveLowerBound" : {
368
+ "description" : " A valid semver 2.0.0 value used as a lower bound. Explicitly not affected."
369
+ },
370
+ "inclusiveUpperBound" : {
371
+ "description" : " A valid semver 2.0.0 value used as an upper bound. Explicitly also affected."
372
+ },
373
+ "exclusiveUpperBound" : {
374
+ "description" : " A valid semver 2.0.0 value used as an upper bound. Explicitly not affected."
360
375
}
361
376
},
362
377
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments