@getyoti/react-face-capture 1.0.0-beta.2 → 1.0.0-beta.3

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.
package/package.json CHANGED
@@ -1,37 +1,13 @@
1
1
  {
2
2
  "name": "@getyoti/react-face-capture",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "Face capture module to collect picture and data for Yoti AI API",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "start": "start-storybook -p 6006 --no-manager-cache",
8
- "start:url": "SECURE_PROVIDER_URL=$npm_config_url start-storybook -p 6006 --no-manager-cache",
9
- "mock": "cd mock && npm start",
10
- "build": "NODE_ENV=production webpack --config ./tools/webpack-prod-config.babel.js && npm run copy-assets && node ./tools/ignore-webpack-replacement.js dist/index.js",
11
- "build:storybook": "build-storybook",
12
- "start:storybook-static": "npm run build && npm run build:storybook && http-server storybook-static -S -C './tools/pem/cert.pem' -K './tools/pem/key.pem'",
13
- "lint": "prettier 'src/**/*.{js,jsx,json,md,css,scss,html}' --write && eslint --ext .jsx,.js src",
14
- "lint:fix": "npm run lint -- --fix",
15
- "test": "jest --config ./tools/jest.config.json",
16
- "test:watch": "npm run test -- --watch",
17
- "test:coverage": "npm run test -- --coverage",
18
- "npm-version": "npm --no-git-tag-version version",
19
- "audit": "audit-ci -c -a trim glob-parent node-fetch",
20
- "updateBrowserSupport": "node ./tools/updateBrowserSupport.js",
21
- "copy-assets": "cp -f package.json ./dist/; cp -f CHANGELOG.md ./dist/; cp -f LICENCE.md ./dist/; cp -f docs/integrators.md ./dist/README.md",
22
- "publishToNpm": "npm publish dist --access=public",
23
- "publishToNexus": "npm publish dist",
24
- "publish:check": "npm publish dist --dry-run",
25
- "lingui:extract": "lingui extract --clean",
26
- "lingui:compile": "lingui compile --strict --verbose",
27
- "lingui:build": "npm run lingui:extract && npm run lingui:compile"
28
- },
29
6
  "author": "Yoti LTD",
30
7
  "license": "Yoti Face Capture Licence",
31
8
  "dependencies": {
32
9
  "@lingui/macro": "3.6.0",
33
10
  "@lingui/react": "3.6.0",
34
- "@yoti/capture": "file:../capture/dist/capture-protected",
35
11
  "axios": "0.24.0",
36
12
  "classnames": "2.2.6",
37
13
  "face-api.js": "0.22.0",
@@ -109,4 +85,4 @@
109
85
  "webpack": "5.52.0",
110
86
  "webpack-cli": "4.8.0"
111
87
  }
112
- }
88
+ }