Comparing version 1.0.2 to 1.0.3
@@ -1,13 +0,8 @@ | ||
import * as company from './src/company'; | ||
import * as person from './src/person'; | ||
declare const _default: { | ||
ValidationError: { | ||
EMPTY: string; | ||
INVALID: string; | ||
INVALID_CONTROL_NUMBER: string; | ||
INVALID_DATE: string; | ||
}; | ||
personalCode: typeof person; | ||
companyCode: typeof company; | ||
export declare const ValidationError: { | ||
EMPTY: string; | ||
INVALID: string; | ||
INVALID_CONTROL_NUMBER: string; | ||
INVALID_DATE: string; | ||
}; | ||
export default _default; | ||
export * as companyCode from './src/company'; | ||
export * as personalCode from './src/person'; |
13
index.js
@@ -26,10 +26,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const company = __importStar(require("./src/company")); | ||
const common = __importStar(require("./src/common")); | ||
const person = __importStar(require("./src/person")); | ||
exports.default = { | ||
ValidationError: common.VALIDATION_ERRORS, | ||
personalCode: person, | ||
companyCode: company, | ||
}; | ||
exports.personalCode = exports.companyCode = exports.ValidationError = void 0; | ||
const common_1 = require("./src/common"); | ||
exports.ValidationError = common_1.VALIDATION_ERRORS; | ||
exports.companyCode = __importStar(require("./src/company")); | ||
exports.personalCode = __importStar(require("./src/person")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "lt-codes", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Lithuanian codes. Personal & company code validator and generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27890
222