@ronaldarndt/nationalid
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@ronaldarndt/nationalid", | ||
"module": "src/index.ts", | ||
"type": "module", | ||
"version": "1.1.0", | ||
"description": "Format and validate national identification numbers", | ||
"scripts": { | ||
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration", | ||
"build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json", | ||
"postbuild": "rimraf tsconfig.types.tsbuildinfo" | ||
}, | ||
"devDependencies": { | ||
"@types/bun": "latest", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-organize-imports": "^3.2.4", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ronaldarndt/nationalid.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"national", | ||
"id", | ||
"identification", | ||
"number", | ||
"format", | ||
"validate", | ||
"document", | ||
"SSN", | ||
"CPF" | ||
], | ||
"files": [ | ||
"dist/*.js", | ||
"dist/*.d.ts" | ||
] | ||
"name": "@ronaldarndt/nationalid", | ||
"module": "src/index.ts", | ||
"type": "module", | ||
"version": "1.2.0", | ||
"description": "Format and validate national identification numbers", | ||
"scripts": { | ||
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration", | ||
"build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json", | ||
"postbuild": "rimraf tsconfig.types.tsbuildinfo", | ||
"prepublishOnly": "npm version minor" | ||
}, | ||
"devDependencies": { | ||
"@types/bun": "latest", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-organize-imports": "^3.2.4", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ronaldarndt/nationalid.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"national", | ||
"id", | ||
"identification", | ||
"number", | ||
"format", | ||
"validate", | ||
"document", | ||
"SSN", | ||
"CPF" | ||
], | ||
"files": [ | ||
"dist/*.js", | ||
"dist/*.d.ts" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5095