@pixelverse/strichjs-sdk 1.9.2 → 1.10.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelverse/strichjs-sdk",
3
- "version": "1.9.2",
3
+ "version": "1.10.0",
4
4
  "description": "STRICH JavaScript SDK",
5
5
  "keywords": [
6
6
  "barcode scanning",
@@ -42,7 +42,7 @@
42
42
  "dts": "tsc --emitDeclarationOnly --project tsconfig.build.json && api-extractor run && rimraf --glob \\\"./build/*\\\" && mv trimmed.d.ts dist/strich.d.ts",
43
43
  "test": "jest",
44
44
  "download-test-videos": "curl -O --output-dir ./test-videos https://strich-build-assets.s3.eu-west-1.amazonaws.com/test-videos/2m_stress_test_barcode_wall.mjpeg",
45
- "serve": "vite dev",
45
+ "dev": "vite dev",
46
46
  "lint": "eslint src --ext .ts",
47
47
  "typedoc": "typedoc"
48
48
  },