Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 25, 2024
1 parent 01a03ef commit b0d119c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/clabe.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! clabe-validator v2.2.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License
//! clabe-validator v3.0.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License

export type ClabeBank = {
tag?: string;
Expand Down
4 changes: 2 additions & 2 deletions dist/clabe.dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! clabe-validator v2.2.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License
//! clabe-validator v3.0.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License

const clabe = {
version: '2.2.0',
version: '3.0.0',
computeChecksum(clabeNum17) {
const x = (i) => [3, 7, 1][i % 3];
const add = (sum, digit, i) => sum + (Number(digit) * x(i)) % 10;
Expand Down
4 changes: 2 additions & 2 deletions dist/clabe.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! clabe-validator v2.2.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License
//! clabe-validator v3.0.0 ~~ https://github.com/center-key/clabe-validator ~~ MIT License

const clabe = {
version: '2.2.0',
version: '3.0.0',
computeChecksum(clabeNum17) {
const x = (i) => [3, 7, 1][i % 3];
const add = (sum, digit, i) => sum + (Number(digit) * x(i)) % 10;
Expand Down
4 changes: 2 additions & 2 deletions dist/clabe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clabe-validator",
"version": "2.2.0",
"version": "3.0.0",
"description": "Analyze or create a CLABE number for a Mexican bank account (written in functional TypeScript)",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit b0d119c

Please sign in to comment.