md-face-engine 1.1.1 → 1.1.2

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 (1) hide show
  1. package/package.json +5 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "md-face-engine",
3
- "version": "1.1.1",
4
- "description": "Face detection + beauty filters engine with token activation",
3
+ "version": "1.1.2",
4
+ "description": "Private runtime SDK for licensed beauty filters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -19,17 +19,13 @@
19
19
  "dist"
20
20
  ],
21
21
  "sideEffects": false,
22
- "dependencies": {
23
- "@mediapipe/face_mesh": "^0.4.1633559619",
24
- "@tensorflow-models/face-detection": "^1.0.3",
25
- "@tensorflow/tfjs-backend-webgl": "^4.22.0",
26
- "@tensorflow/tfjs-core": "^4.22.0",
27
- "react-webcam": "^7.2.0"
28
- },
29
22
  "peerDependencies": {
30
23
  "react": ">=18",
31
24
  "react-dom": ">=18"
32
25
  },
26
+ "devDependencies": {
27
+ "@mediapipe/face_mesh": "^0.4.1633559619"
28
+ },
33
29
  "scripts": {
34
30
  "build": "vite build",
35
31
  "prepublishOnly": "npm run build"