@jaak.ai/stamps 2.0.0-dev.43 → 2.0.0-dev.45

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.
@@ -10,11 +10,11 @@ export { CameraInfoResponse, CapturedImagesResponse, StatusResponse } from "./ty
10
10
  export namespace Components {
11
11
  interface JaakStamps {
12
12
  /**
13
- * @default 20
13
+ * @default 15
14
14
  */
15
15
  "alignmentTolerance": number;
16
16
  /**
17
- * @default 1000
17
+ * @default 1500
18
18
  */
19
19
  "captureDelay": number;
20
20
  /**
@@ -83,11 +83,11 @@ declare global {
83
83
  declare namespace LocalJSX {
84
84
  interface JaakStamps {
85
85
  /**
86
- * @default 20
86
+ * @default 15
87
87
  */
88
88
  "alignmentTolerance"?: number;
89
89
  /**
90
- * @default 1000
90
+ * @default 1500
91
91
  */
92
92
  "captureDelay"?: number;
93
93
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.0.0-dev.43",
3
+ "version": "2.0.0-dev.45",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",