Skip to content

Commit

Permalink
Merge pull request #155 from Dynamsoft/_dev
Browse files Browse the repository at this point in the history
10.4.3100
Keillion authored Jan 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0c1ea79 + 4b94b02 commit b796c2c
Showing 7 changed files with 174 additions and 168 deletions.
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
@@ -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",
@@ -20,7 +20,9 @@
"files": [
"/dist",
"LEGAL.txt",
"LICENSE"
"LICENSE",
"samples.url",
"API Reference.url"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
@@ -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",
@@ -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

0 comments on commit b796c2c

Please sign in to comment.