FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

10.4.3100 by Shen-wb · Pull Request #155 · Dynamsoft/barcode-reader-javascript · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .js  (2) .json  (1) .md  (1) .mjs  (1) .url  (2) All 5 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion API Reference.url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL