From 506227e945d3a09a1292ac9ae85e74a513d8bec3 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Mon, 4 Dec 2023 16:27:12 -0800 Subject: [PATCH] Release v2.1.9 #43 --- README.md | 7 +++++-- clabe.ts | 2 +- docs/index.html | 8 ++++---- package.json | 16 ++++++++-------- spec/clabe.html | 6 +++--- spec/package.spec.js | 1 + 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 842eac4..d4e8a63 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,11 @@ const bankCode: string = clabeCheck.code.bank; //'002' ``` ## F) Contributor Notes -To be a contributor, **fork** the project and run the commands `npm install` and `npm test` on your -local clone.  Make your edits and rerun the tests.  Pull requests welcome. +To be a contributor, **fork** the project and run the commands `npm install` and `npm test` on your local clone.  +Make your edits and rerun the tests. + +Pull requests welcome.  +Since the version number is updated during the release process, you can leave the version number unchanged. ## G) Genesis The origin of this project goes back to when I needed to send money to Guanajuato, Mexico to pay diff --git a/clabe.ts b/clabe.ts index 9f0c340..0d417d0 100644 --- a/clabe.ts +++ b/clabe.ts @@ -225,7 +225,7 @@ const clabe = { 689: { tag: 'FOMPED', name: 'Fondo Mexicano del Petroleo para la Estabilizacion y el Desarrollo' }, 706: { tag: 'ARCUS', name: 'Arcus Financial Intelligence' }, 710: { tag: 'NVIO', name: 'NVIO Pagos México' }, - 723: { tag: 'CUENCA', name: 'Cuenca' }, + 723: { tag: 'CUENCA', name: 'Cuenca' }, 812: { tag: 'BBVA BANCOMER2', name: 'BBVA Bancomer' }, 814: { tag: 'SANTANDER2', name: 'Banco Santander' }, 821: { tag: 'HSBC2', name: 'HSBC México' }, diff --git a/docs/index.html b/docs/index.html index 3222a52..c90b4fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,10 +22,10 @@ - + - - + + - + diff --git a/package.json b/package.json index 8efa253..7170fc9 100644 --- a/package.json +++ b/package.json @@ -93,26 +93,26 @@ "test": "mocha spec/*.spec.js" }, "devDependencies": { - "@fortawesome/fontawesome-free": "~6.4", - "@types/node": "~20.9", - "@typescript-eslint/eslint-plugin": "~6.10", - "@typescript-eslint/parser": "~6.10", + "@fortawesome/fontawesome-free": "~6.5", + "@types/node": "~20.10", + "@typescript-eslint/eslint-plugin": "~6.13", + "@typescript-eslint/parser": "~6.13", "add-dist-header": "~1.3", "assert-deep-strict-equal": "~1.1", "copy-file-util": "~1.1", "copy-folder-util": "~1.1", "dna-engine": "~3.0", - "eslint": "~8.53", + "eslint": "~8.55", "esm-to-plain-js": "~1.1", - "jsdom": "~22.1", + "jsdom": "~23.0", "jshint": "~2.13", "mocha": "~10.2", "pretty-print-json": "~2.0", "rimraf": "~5.0", "run-scripts-util": "~1.2", - "typescript": "~5.2", + "typescript": "~5.3", "uglify-js": "~3.17", "w3c-html-validator": "~1.6", - "web-ignition": "~2.0" + "web-ignition": "~2.1" } } diff --git a/spec/clabe.html b/spec/clabe.html index 9b53517..4b59cd5 100644 --- a/spec/clabe.html +++ b/spec/clabe.html @@ -22,10 +22,10 @@ - + - + - +