Comparing version
# Changelog | ||
## [1.1.1](https://github.com/Tom-Hudson/test-nino/compare/v1.1.0...v1.1.1) (2022-10-01) | ||
### Bug Fixes | ||
* include mod.ts file for deno ([adece6f](https://github.com/Tom-Hudson/test-nino/commit/adece6f521e6a58d06db9c2287b1a94d88a2a137)) | ||
## [1.1.0](https://github.com/Tom-Hudson/test-nino/compare/v1.0.2...v1.1.0) (2022-09-29) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "test-nino", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"sideEffects": false, | ||
"description": "The fastest UK National Insurance number generator (nino). Generates a random valid UK NI number in accordance with NIM39110 guidelines on Gov.uk", | ||
@@ -5,0 +6,0 @@ "homepage": "https://github.com/Tom-Hudson/test-nino#readme", |
# test-nino | ||
<p> | ||
<img src="https://badgen.net/npm/v/test-nino" /> | ||
<img src="https://badgen.net/packagephobia/publish/test-nino" /> | ||
<img src="https://badgen.net/npm/dt/test-nino" /> | ||
<img src="https://badgen.net/github/last-commit/Tom-Hudson/test-nino" /> | ||
<img src="https://badgen.net/npm/license/test-nino" /> | ||
</p> | ||
The fastest random UK National Insurance number generator. | ||
@@ -30,2 +38,5 @@ | ||
const testNino = require('test-nino'); | ||
// Deno | ||
import * as testNino from 'https://deno.land/x/test_nino@X.X.X'; | ||
``` | ||
@@ -32,0 +43,0 @@ |
48145
1.37%106
11.58%