scanbot-web-sdk 3.0.0 → 3.0.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "scanbot-web-sdk",
3
3
  "title": "Web Scan SDK",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "description": "Scanbot Web Document and Barcode Scanner SDK",
6
6
  "keywords": [
7
7
  "barcode",
@@ -51,7 +51,7 @@
51
51
  "clear-packages": "rm -f scanbot-*.tgz",
52
52
  "start-example": "open \"http://localhost:8000\" && python3 -m http.server --directory internal-dev-app",
53
53
  "transpile": "npx tsc --declaration && cp -r src/styles src/core component/",
54
- "cp-typings": "rsync -a --include '*/' --include '*.d.ts' --exclude '*' ./component/ ./@types/ && cp src/_misc/typings-entrypoint.d.ts ./@types/index.d.ts",
54
+ "cp-typings": "rsync -aL --include '*/' --include '*.d.ts' --exclude '*' ./component/ ./@types/ && cp src/_misc/typings-entrypoint.d.ts ./@types/index.d.ts",
55
55
  "prepack": "npm run clean && npm run transpile && npm run cp-typings && npm run build-src && rm bundle/ScanbotSDK.min.js.LICENSE.txt",
56
56
  "dev-pack": "npm run clean-src && npm run transpile && npm run dev-build-src && npm pack --ignore-scripts"
57
57
  },