Skip to content

Commit

Permalink
Merge pull request #66 from vegaprotocol/add-new-spec-0078-NWLI
Browse files Browse the repository at this point in the history
chore: add 0078-NWLI spec to approbation
  • Loading branch information
edd authored Nov 2, 2022
2 parents 5d589ad + 2483cef commit 46450bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vegaprotocol/approbation",
"version": "4.0.0",
"version": "4.1.0",
"description": "Match Acceptance Criteria Codes with the tests that test them",
"main": "./bin/approbation.js",
"engine": ">= 16",
Expand Down
1 change: 1 addition & 0 deletions src/lib/priority.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const specPriorities = {
'0064-VALP': 2,
'0067-KEYS': 2,
'0072-SPPW': 2,
'0078-NWLI': 2,
// ==============
'0017-PART': 3,
'0025-OCRE': 3,
Expand Down
2 changes: 1 addition & 1 deletion test/test-data/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"specs": ["0002-STTL", "0003-MTMK", "0045-DSRC", "0046-DSRM", "0047-DSRF", "0048-DSRI"]
},
"Protections": {
"specs": ["0073-LIMN", "0072-SPPW", "0062-SPAM", "0060-WEND", "0003-NP-LIMI", "0072-SPPW"]
"specs": ["0073-LIMN", "0072-SPPW", "0062-SPAM", "0060-WEND", "0003-NP-LIMI", "0072-SPPW", "0078-NWLI"]
},
"Liquidity": {
"specs": ["0044-LIME", "0042-LIQF", "0034-PROB"]
Expand Down

0 comments on commit 46450bc

Please sign in to comment.