Skip to content

Commit

Permalink
Release v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Dec 5, 2023
1 parent de599e9 commit 506227e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clabe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<link rel=apple-touch-icon href=https://centerkey.com/graphics/mobile-home-screen.png>
<link rel=preconnect href=https://fonts.googleapis.com>
<link rel=preconnect href=https://fonts.gstatic.com crossorigin>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/dna-engine.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/letterbox.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/letterbox.css>
<style>
html { background-image: url(museum-wall.jpg); }
main >section:first-child { background-color: rgba(255, 255, 255, 0.7); }
Expand All @@ -36,7 +36,7 @@
i.font-icon { font-size: 2rem; }
</style>
<script defer src=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/dna-engine.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/lib-x.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/lib-x.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/clabe-validator@2.1/dist/clabe.min.js></script>
</head>
<body>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions spec/clabe.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<link rel=apple-touch-icon href=https://centerkey.com/graphics/mobile-home-screen.png>
<link rel=preconnect href=https://fonts.googleapis.com>
<link rel=preconnect href=https://fonts.gstatic.com crossorigin>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/dna-engine.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/panel-nav.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/pretty-print-json@2.0/dist/css/pretty-print-json.css>
<style>
form {
Expand Down Expand Up @@ -79,7 +79,7 @@
}
</style>
<script defer src=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/dna-engine.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/lib-x.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/lib-x.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/pretty-print-json@2.0/dist/pretty-print-json.min.js></script>
<script defer src=../dist/clabe.dev.js></script>
<script data-on-load=app.setupCalculator>
Expand Down
1 change: 1 addition & 0 deletions spec/package.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('Newly added or modified banks and cities', () => {
{ code: 679, tag: 'FND', name: 'Financiera Nacional De Desarrollo Agropecuario' },
{ code: 706, tag: 'ARCUS', name: 'Arcus Financial Intelligence' },
{ code: 710, tag: 'NVIO', name: 'NVIO Pagos México' },
{ code: 723, tag: 'CUENCA', name: 'Cuenca' },
{ code: 846, tag: 'STP', name: 'Sistema de Transferencias y Pagos STP' },
];
const newCities = [ //insert any new or changed cities below
Expand Down

0 comments on commit 506227e

Please sign in to comment.