bry-biometric-collector 2.0.3 → 2.0.4

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.
@@ -150,6 +150,7 @@ const e = {
150
150
  },
151
151
  contactAdmin: "Por favor, contate o administrador do sistema sobre este erro."
152
152
  }, D = {
153
+ capturing: "Capturando",
153
154
  justification: "Justificativa",
154
155
  captured: "Face capturada!",
155
156
  retakePhoto: "Refazer foto",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "bry-biometric-collector",
3
3
  "private": false,
4
4
  "description": "BRy web-collector component for biometric capture.",
5
- "version": "2.0.3",
5
+ "version": "2.0.4",
6
6
  "main": "dist/bry-biometric-collector-main.js",
7
7
  "type": "module",
8
8
  "author": {
@@ -33,10 +33,6 @@
33
33
  "build-and-copy": "NODE_ENV=development vite build; rm ../client/*.js ; mv dist/*.js ../client/",
34
34
  "build-and-copy-iframe": "NODE_ENV=development vite build; mv dist/*.js ../../iframe/bry-collector-iframe/src/public/"
35
35
  },
36
- "engines": {
37
- "node": "^16.16.0",
38
- "npm": "^8.11.0"
39
- },
40
36
  "devDependencies": {
41
37
  "@fullhuman/postcss-purgecss": "^5.0.0",
42
38
  "@sveltejs/vite-plugin-svelte": "^2.4.4",
@@ -73,10 +69,11 @@
73
69
  "typescript": "^4.9.5",
74
70
  "ua-parser-js": "^1.0.35",
75
71
  "vite": "^4.4.9",
76
- "vite-plugin-css-injected-by-js": "^2.4.0"
72
+ "vite-plugin-css-injected-by-js": "^2.4.0",
73
+ "vite-plugin-static-copy": "^1.0.1"
77
74
  },
78
75
  "dependencies": {
79
- "idlive-face-capture-web": "file:idrnd/idlive-face-capture-web-production-1.5.1.tgz",
80
- "idlive-face-capture-web-development": "file:idrnd/idlive-face-capture-web-development-1.5.1.tgz"
76
+ "liveness-lib-dev": "file:idrnd/idlive-face-capture-web-development-1.5.1.tgz",
77
+ "liveness-lib-prod": "file:idrnd/idlive-face-capture-web-production-1.5.1.tgz"
81
78
  }
82
79
  }