Skip to content

Commit

Permalink
chore: Bump multiform-validator version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jun 14, 2024
1 parent fd8c211 commit f5c190d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate

jsDelivr:
```bash
https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js
https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js
```
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script>
```

unpkg:
```bash
https://unpkg.com/[email protected].2/dist/bundle.js
https://unpkg.com/[email protected].3/dist/bundle.js
```
```html
<script src="https://unpkg.com/[email protected].2/dist/bundle.js"></script>
<script src="https://unpkg.com/[email protected].3/dist/bundle.js"></script>
```

### Example of use with CDN

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script>
<script>
const emailResult = isEmail('123456');
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiform-validator",
"version": "2.1.2",
"version": "2.1.3",
"description": "Javascript library made to validate, several form fields, such as: email, phone, password, cpf etc.",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit f5c190d

Please sign in to comment.