We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7624f67 commit 0de314aCopy full SHA for 0de314a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mobikit-typescript",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "TypeScript validation library with customizable rules and multilingual support for validating user inputs efficiently.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/tests/serviceInput.ts
@@ -5,7 +5,7 @@ async function validateInputs() {
// ورودیها
7
const inputs = {
8
- username: 'test',
+ username: 'tst',
9
password: 'password123',
10
confirmPassword: 'password123',
11
age: '25',
0 commit comments