Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.4.3100 #155

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API Reference.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=10.4.20
URL=https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html
300 changes: 152 additions & 148 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/dbr.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/dbr.bundle.mjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/dbr.no-content-bundle.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Dynamsoft JavaScript Library
* @product Dynamsoft Barcode Reader JS Edition Bundle
* @website http://www.dynamsoft.com
* @copyright Copyright 2024, Dynamsoft Corporation
* @copyright Copyright 2025, Dynamsoft Corporation
* @author Dynamsoft
* @version 10.4.2002
* @version 10.4.3100
* @fileoverview Dynamsoft JavaScript Library for Barcode Reader
* More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
*/
export*from"dynamsoft-core";export*from"dynamsoft-license";export*from"dynamsoft-capture-vision-router";export*from"dynamsoft-camera-enhancer";export*from"dynamsoft-barcode-reader";export*from"dynamsoft-utility";
import{CaptureVisionRouter as o}from"dynamsoft-capture-vision-router";export*from"dynamsoft-capture-vision-router";export*from"dynamsoft-core";export*from"dynamsoft-license";export*from"dynamsoft-camera-enhancer";export*from"dynamsoft-barcode-reader";export*from"dynamsoft-utility";o._defaultTemplate="ReadSingleBarcode";
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamsoft-barcode-reader-bundle",
"version": "10.4.2002",
"version": "10.4.3100",
"description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
"main": "dist/dbr.bundle.js",
"module": "dist/dbr.no-content-bundle.esm.js",
Expand All @@ -20,7 +20,9 @@
"files": [
"/dist",
"LEGAL.txt",
"LICENSE"
"LICENSE",
"samples.url",
"API Reference.url"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
Expand Down Expand Up @@ -64,7 +66,7 @@
"tag": "latest"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.27",
"@dynamsoft/rd2-scripts": "^0.1.36",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -76,11 +78,11 @@
"typescript": "^4.9.5"
},
"dependencies": {
"dynamsoft-barcode-reader": "10.4.20",
"dynamsoft-camera-enhancer": "4.1.0",
"dynamsoft-capture-vision-router": "2.4.22",
"dynamsoft-core": "3.4.21",
"dynamsoft-license": "3.4.21",
"dynamsoft-utility": "1.4.21"
"dynamsoft-barcode-reader": "10.4.31",
"dynamsoft-camera-enhancer": "4.1.1",
"dynamsoft-capture-vision-router": "2.4.33",
"dynamsoft-core": "3.4.31",
"dynamsoft-license": "3.4.31",
"dynamsoft-utility": "1.4.32"
}
}
2 changes: 1 addition & 1 deletion samples.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.20
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.31