Skip to content

Commit 9d47483

Browse files
10.4.2000
1 parent bc6f61d commit 9d47483

7 files changed

+125
-122
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.2.1000
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=10.4.20

README.md

+109-106
Large diffs are not rendered by default.

dist/dbr.bundle.js

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

dist/dbr.bundle.mjs

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @website http://www.dynamsoft.com
55
* @copyright Copyright 2024, Dynamsoft Corporation
66
* @author Dynamsoft
7-
* @version 10.2.1000
7+
* @version 10.4.2000
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-
import{CoreModule as e}from"dynamsoft-core";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";let t="./";if(document.currentScript){let e=document.currentScript.src,r=e.indexOf("?");if(-1!=r)e=e.substring(0,r);else{let t=e.indexOf("#");-1!=t&&(e=e.substring(0,t))}t=e.substring(0,e.lastIndexOf("/")+1)}const r=e=>{null==e&&(e="./");let t=document.createElement("a");return t.href=e,(e=t.href).endsWith("/")||(e+="/"),e};e.engineResourcePaths={std:r(t+"../../[email protected]/dist/"),dip:r(t+"../../[email protected]/dist/"),core:r(t+"../../[email protected]/dist/"),license:r(t+"../../[email protected]/dist/"),cvr:r(t+"../../[email protected]/dist/"),dce:r(t+"../../[email protected]/dist/"),dbr:r(t+"../../[email protected]/dist/")};
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";

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-barcode-reader-bundle",
3-
"version": "10.2.1000",
3+
"version": "10.4.2000",
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",
@@ -63,7 +63,7 @@
6363
"tag": "latest"
6464
},
6565
"devDependencies": {
66-
"@dynamsoft/rd2-scripts": "^0.1.18",
66+
"@dynamsoft/rd2-scripts": "^0.1.27",
6767
"@rollup/plugin-node-resolve": "^15.2.3",
6868
"@rollup/plugin-replace": "^5.0.5",
6969
"@rollup/plugin-terser": "^0.4.4",
@@ -75,11 +75,11 @@
7575
"typescript": "^4.9.5"
7676
},
7777
"dependencies": {
78-
"dynamsoft-barcode-reader": "10.2.10",
79-
"dynamsoft-camera-enhancer": "4.0.3",
80-
"dynamsoft-capture-vision-router": "2.2.30",
81-
"dynamsoft-core": "3.2.30",
82-
"dynamsoft-license": "3.2.21",
83-
"dynamsoft-utility": "1.2.20"
78+
"dynamsoft-barcode-reader": "10.4.20",
79+
"dynamsoft-camera-enhancer": "4.1.0",
80+
"dynamsoft-capture-vision-router": "2.4.20",
81+
"dynamsoft-core": "3.4.20",
82+
"dynamsoft-license": "3.4.20",
83+
"dynamsoft-utility": "1.4.20"
8484
}
8585
}

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.2.1000
2+
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.20

0 commit comments

Comments
 (0)