e118-iin-list
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -1,2 +0,2 @@ | ||
import type { Issuer } from './types'; | ||
import type { Issuer } from './types.js'; | ||
export declare const identifyIssuer: (iccid: string) => Issuer | undefined; |
@@ -1,3 +0,3 @@ | ||
import type { IssuerList } from './types'; | ||
import type { IssuerList } from './types.js'; | ||
export declare const iinRegEx: RegExp; | ||
export declare const e118IINList: IssuerList; |
{ | ||
"name": "e118-iin-list", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)", | ||
@@ -35,15 +35,9 @@ "type": "module", | ||
"devDependencies": { | ||
"@bifravst/eslint-config-typescript": "6.0.11", | ||
"@bifravst/prettier-config": "1.0.0", | ||
"@commitlint/cli": "18.6.1", | ||
"@commitlint/config-conventional": "18.6.2", | ||
"@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript": "17.0.0", | ||
"@types/node": "20.11.19", | ||
"@typescript-eslint/eslint-plugin": "7.0.1", | ||
"@commitlint/cli": "19.2.0", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@types/node": "20.11.28", | ||
"csv-parser": "3.0.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"eslint-plugin-unicorn": "51.0.1", | ||
"husky": "9.0.11", | ||
"typescript": "5.3.3" | ||
"husky": "9.0.11" | ||
}, | ||
@@ -53,3 +47,3 @@ "lint-staged": { | ||
"prettier --write", | ||
"eslint --ext .js,.ts" | ||
"eslint" | ||
], | ||
@@ -56,0 +50,0 @@ "*.{md,json,yaml,yml}": [ |
7
298979