@incodetech/core 0.0.0-dev-20260310-9507f47 → 0.0.0-dev-20260310-8dc76e7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/ekyb.esm.js +1 -0
  2. package/package.json +3 -3
package/dist/ekyb.esm.js CHANGED
@@ -221,6 +221,7 @@ function getDefaultVerificationFields(config) {
221
221
  if (config.checkBusinessName !== false) fields.push("name-user_input");
222
222
  if (config.checkAddress !== false) fields.push("street-user_input", "houseNo-user_input", "address2-user_input", "city-user_input", "state-user_input", "postalCode-user_input");
223
223
  if (config.checkTaxId !== false) fields.push("taxId-user_input");
224
+ if (config.checkUniqueBeneficialOwner !== false) fields.push("ubos-user_input");
224
225
  return fields;
225
226
  }
226
227
  function validateEkybField(name, value, required, country) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/core",
3
- "version": "0.0.0-dev-20260310-9507f47",
3
+ "version": "0.0.0-dev-20260310-8dc76e7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -82,8 +82,8 @@
82
82
  "tsdown": "^0.16.6",
83
83
  "typescript": "^5.9.3",
84
84
  "vitest": "^4.0.13",
85
- "@incodetech/infra": "1.0.0",
86
- "@incodetech/config": "1.0.0"
85
+ "@incodetech/config": "1.0.0",
86
+ "@incodetech/infra": "1.0.0"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "tsdown -c tsdown.config.ts",