tag-checker 0.0.141 → 0.0.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tag-checker",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -174,6 +174,9 @@ function checkPbVol2nAndOrderInFile(store, lastPbBio, pbBio, pbOrderChecker) {
174
174
  warn('Pb not from 1 or 1a!', fn, tag);
175
175
  }
176
176
  }
177
+ else if (pbVol2n > lastPbVol2n) {
178
+ warn('Pb Vol2n may be missing!', message);
179
+ }
177
180
  else {
178
181
  store.push(message);
179
182
  }