clabe-validator 1.7.4 → 2.0.2
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/README.md +9 -4
- package/dist/clabe.d.ts +7 -4
- package/dist/clabe.dev.js +905 -903
- package/dist/clabe.js +905 -903
- package/dist/clabe.min.js +2 -2
- package/dist/clabe.umd.cjs +905 -903
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clabe-validator",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Analyze or create a CLABE number for a Mexican bank account (written in TypeScript)",
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"description": "Analyze or create a CLABE number for a Mexican bank account (written in functional TypeScript)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"module": "dist/clabe.js",
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@babel/core": "~7.
|
|
84
|
-
"@babel/preset-env": "~7.
|
|
85
|
-
"@fortawesome/fontawesome-free": "~6.
|
|
86
|
-
"@types/node": "~
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
88
|
-
"@typescript-eslint/parser": "~5.
|
|
83
|
+
"@babel/core": "~7.18",
|
|
84
|
+
"@babel/preset-env": "~7.18",
|
|
85
|
+
"@fortawesome/fontawesome-free": "~6.1",
|
|
86
|
+
"@types/node": "~18.6",
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "~5.32",
|
|
88
|
+
"@typescript-eslint/parser": "~5.32",
|
|
89
89
|
"add-dist-header": "~0.1",
|
|
90
90
|
"assert-deep-strict-equal": "~1.0",
|
|
91
91
|
"babel-minify": "~0.5",
|
|
92
|
-
"cpy-cli": "~4.
|
|
93
|
-
"dna.js": "~
|
|
94
|
-
"eslint": "~8.
|
|
92
|
+
"cpy-cli": "~4.1",
|
|
93
|
+
"dna.js": "~2.0",
|
|
94
|
+
"eslint": "~8.21",
|
|
95
95
|
"gulp": "~4.0",
|
|
96
96
|
"gulp-append-prepend": "~1.0",
|
|
97
97
|
"gulp-babel": "~8.0",
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
"gulp-replace": "~1.1",
|
|
100
100
|
"gulp-size": "~4.0",
|
|
101
101
|
"jquery": "~3.6",
|
|
102
|
-
"jsdom": "~
|
|
102
|
+
"jsdom": "~20.0",
|
|
103
103
|
"jshint": "~2.13",
|
|
104
|
-
"mocha": "~
|
|
105
|
-
"npm-run-all2": "~
|
|
104
|
+
"mocha": "~10.0",
|
|
105
|
+
"npm-run-all2": "~6.0",
|
|
106
106
|
"pretty-print-json": "~1.2",
|
|
107
107
|
"rimraf": "~3.0",
|
|
108
|
-
"typescript": "~4.
|
|
109
|
-
"w3c-html-validator": "~1.
|
|
108
|
+
"typescript": "~4.7",
|
|
109
|
+
"w3c-html-validator": "~1.1",
|
|
110
110
|
"web-ignition": "~1.5"
|
|
111
111
|
}
|
|
112
112
|
}
|