stdnum 1.5.0 → 1.5.1

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/lib/cjs/fr/nir.js CHANGED
@@ -60,10 +60,10 @@ const impl = {
60
60
  }
61
61
  let add = '';
62
62
  if (dept === '2A') {
63
- add = '18';
63
+ add = '19';
64
64
  }
65
65
  else if (dept === '2B') {
66
- add = '19';
66
+ add = '18';
67
67
  }
68
68
  else if (util_1.strings.isdigits(dept)) {
69
69
  add = dept;
package/lib/esm/fr/nir.js CHANGED
@@ -34,10 +34,10 @@ const impl = {
34
34
  }
35
35
  let add = '';
36
36
  if (dept === '2A') {
37
- add = '18';
37
+ add = '19';
38
38
  }
39
39
  else if (dept === '2B') {
40
- add = '19';
40
+ add = '18';
41
41
  }
42
42
  else if (strings.isdigits(dept)) {
43
43
  add = dept;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stdnum",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Standard Number Validation",
5
5
  "files": [
6
6
  "lib"