Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magicjar committed Feb 27, 2024
1 parent e898f4d commit faf21d5
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There are some ways to import the package

- CDN from [jsDelivr](https://www.jsdelivr.com)

[https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js](https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js)
[https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js](https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js)

## **What's included**

Expand Down Expand Up @@ -122,7 +122,7 @@ import NusantaraValid from './node_modules/nusantara-valid/dist/esm/nusantara-va
**CDN**

``` html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js"></script>
```

## **API**
Expand Down
4 changes: 2 additions & 2 deletions README_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Ada beberapa cara untuk meng-*import* paket

- *CDN* dari [jsDelivr](https://www.jsdelivr.com)

[https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js](https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js)
[https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js](https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js)

## **Isi paket**

Expand Down Expand Up @@ -122,7 +122,7 @@ import NusantaraValid from './node_modules/nusantara-valid/dist/esm/nusantara-va
**CDN**

``` html
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/umd/nusantara-valid.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/umd/nusantara-valid.min.js"></script>
```

## **API**
Expand Down
6 changes: 3 additions & 3 deletions dist/cjs/nusantara-valid.extended.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Nusantara Valid v0.4.0
* Nusantara Valid v0.4.1
* Copyright 2020 - Fajar Setya Budi (https://magicjar.github.io)
* Contributors (https://github.com/agraris/nusantara-valid/graphs/contributors)
* Licensed under MIT (https://github.com/agraris/nusantara-valid/blob/master/LICENSE)
Expand Down Expand Up @@ -11631,8 +11631,8 @@ var NPWP_LENGTH = 15;
**/
var NPWP_TAX_IDENTITIES = [
'01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26',
'31', '34', '35', '36', '47', '48', '49', '57', '58', '67', '77', '78', '79', '87', '88',
'89', '97'
'31', '34', '35', '36', '41', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88',
'89', '91', '97'
];
/**
* NPWP_DOT_INDEXES
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/nusantara-valid.extended.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/nusantara-valid.extended.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/nusantara-valid.extended.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cjs/nusantara-valid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/nusantara-valid.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/nusantara-valid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/nusantara-valid.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/esm/nusantara-valid.extended.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Nusantara Valid v0.4.0
* Nusantara Valid v0.4.1
* Copyright 2020 - Fajar Setya Budi (https://magicjar.github.io)
* Contributors (https://github.com/agraris/nusantara-valid/graphs/contributors)
* Licensed under MIT (https://github.com/agraris/nusantara-valid/blob/master/LICENSE)
Expand Down Expand Up @@ -11627,8 +11627,8 @@ var NPWP_LENGTH = 15;
**/
var NPWP_TAX_IDENTITIES = [
'01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26',
'31', '34', '35', '36', '47', '48', '49', '57', '58', '67', '77', '78', '79', '87', '88',
'89', '97'
'31', '34', '35', '36', '41', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88',
'89', '91', '97'
];
/**
* NPWP_DOT_INDEXES
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/nusantara-valid.extended.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/nusantara-valid.extended.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/nusantara-valid.extended.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/esm/nusantara-valid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/nusantara-valid.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/nusantara-valid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/nusantara-valid.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/umd/nusantara-valid.extended.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Nusantara Valid v0.4.0
* Nusantara Valid v0.4.1
* Copyright 2020 - Fajar Setya Budi (https://magicjar.github.io)
* Contributors (https://github.com/agraris/nusantara-valid/graphs/contributors)
* Licensed under MIT (https://github.com/agraris/nusantara-valid/blob/master/LICENSE)
Expand Down Expand Up @@ -11633,8 +11633,8 @@
**/
var NPWP_TAX_IDENTITIES = [
'01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26',
'31', '34', '35', '36', '47', '48', '49', '57', '58', '67', '77', '78', '79', '87', '88',
'89', '97'
'31', '34', '35', '36', '41', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88',
'89', '91', '97'
];
/**
* NPWP_DOT_INDEXES
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/nusantara-valid.extended.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/nusantara-valid.extended.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/nusantara-valid.extended.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/umd/nusantara-valid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/umd/nusantara-valid.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/nusantara-valid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/nusantara-valid.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nusantara-valid",
"version": "0.4.0",
"version": "0.4.1",
"description": "Nusantara Valid is a data validator to validate any Indonesian specific civil data such as nik, nip, and many more.",
"author": {
"name": "Fajar Setya Budi",
Expand Down

0 comments on commit faf21d5

Please sign in to comment.