react-native-vision-camera-spoof-detector 1.0.19 → 1.0.20

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/.npmignore CHANGED
@@ -28,6 +28,15 @@ dist/
28
28
  .eslintcache
29
29
  *.tsbuildinfo
30
30
 
31
+ # Android build artifacts and caches
32
+ android/build/
33
+ android/.gradle/
34
+ android/.kotlin/
35
+ android/*.log
36
+ *.apk
37
+ *.aar
38
+ *.so
39
+
31
40
  # Testing
32
41
  __tests__
33
42
  __mocks__
@@ -74,6 +83,11 @@ PULL_REQUEST_TEMPLATE.md
74
83
  *.map
75
84
  .npmrc
76
85
  .yarnrc
86
+ .DS_Store
87
+ Thumbs.db
88
+ *.lock
89
+ package-lock.json
90
+ yarn.lock
77
91
 
78
92
  # Keep essential files
79
93
  !android/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-vision-camera-spoof-detector",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "High-performance face anti-spoofing and liveness detection module for React Native Vision Camera. Uses TensorFlow Lite with GPU acceleration and optimized YUV processing.",
5
5
  "homepage": "https://github.com/jescon-tech/react-native-vision-camera-spoof-detector",
6
6
  "repository": {
File without changes
@@ -1,2 +0,0 @@
1
- #Tue Mar 24 10:07:18 IST 2026
2
- gradle.version=8.9
File without changes