Skip to content

Commit 4b94b02

Browse files
10.4.3100
1 parent 5c09a49 commit 4b94b02

7 files changed

+174
-168
lines changed

API Reference.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=10.4.20
2+
URL=https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html

README.md

+152-148
Large diffs are not rendered by default.

dist/dbr.bundle.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.bundle.mjs

+3-3
Large diffs are not rendered by default.

dist/dbr.no-content-bundle.esm.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Dynamsoft JavaScript Library
33
* @product Dynamsoft Barcode Reader JS Edition Bundle
44
* @website http://www.dynamsoft.com
5-
* @copyright Copyright 2024, Dynamsoft Corporation
5+
* @copyright Copyright 2025, Dynamsoft Corporation
66
* @author Dynamsoft
7-
* @version 10.4.2002
7+
* @version 10.4.3100
88
* @fileoverview Dynamsoft JavaScript Library for Barcode Reader
99
* More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
1010
*/
11-
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";
11+
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";

package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-barcode-reader-bundle",
3-
"version": "10.4.2002",
3+
"version": "10.4.3100",
44
"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.",
55
"main": "dist/dbr.bundle.js",
66
"module": "dist/dbr.no-content-bundle.esm.js",
@@ -20,7 +20,9 @@
2020
"files": [
2121
"/dist",
2222
"LEGAL.txt",
23-
"LICENSE"
23+
"LICENSE",
24+
"samples.url",
25+
"API Reference.url"
2426
],
2527
"scripts": {
2628
"build": "rollup -c --environment BUILD:production",
@@ -64,7 +66,7 @@
6466
"tag": "latest"
6567
},
6668
"devDependencies": {
67-
"@dynamsoft/rd2-scripts": "^0.1.27",
69+
"@dynamsoft/rd2-scripts": "^0.1.36",
6870
"@rollup/plugin-node-resolve": "^15.2.3",
6971
"@rollup/plugin-replace": "^5.0.5",
7072
"@rollup/plugin-terser": "^0.4.4",
@@ -76,11 +78,11 @@
7678
"typescript": "^4.9.5"
7779
},
7880
"dependencies": {
79-
"dynamsoft-barcode-reader": "10.4.20",
80-
"dynamsoft-camera-enhancer": "4.1.0",
81-
"dynamsoft-capture-vision-router": "2.4.22",
82-
"dynamsoft-core": "3.4.21",
83-
"dynamsoft-license": "3.4.21",
84-
"dynamsoft-utility": "1.4.21"
81+
"dynamsoft-barcode-reader": "10.4.31",
82+
"dynamsoft-camera-enhancer": "4.1.1",
83+
"dynamsoft-capture-vision-router": "2.4.33",
84+
"dynamsoft-core": "3.4.31",
85+
"dynamsoft-license": "3.4.31",
86+
"dynamsoft-utility": "1.4.32"
8587
}
8688
}

samples.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.20
2+
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.31

0 commit comments

Comments
 (0)