dynamsoft-barcode-reader-bundle 10.4.2000-beta-202410092354 → 10.4.2000

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  * @website http://www.dynamsoft.com
5
5
  * @copyright Copyright 2024, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.4.2000-beta-202410092354
7
+ * @version 10.4.2000
8
8
  * @fileoverview Dynamsoft JavaScript Library for Barcode Reader
9
9
  * More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
10
10
  */
@@ -4,7 +4,7 @@
4
4
  * @website http://www.dynamsoft.com
5
5
  * @copyright Copyright 2024, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.4.2000-beta-202410092354
7
+ * @version 10.4.2000
8
8
  * @fileoverview Dynamsoft JavaScript Library for Barcode Reader
9
9
  * More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
10
10
  */
@@ -4,7 +4,7 @@
4
4
  * @website http://www.dynamsoft.com
5
5
  * @copyright Copyright 2024, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.4.2000-beta-202410092354
7
+ * @version 10.4.2000
8
8
  * @fileoverview Dynamsoft JavaScript Library for Barcode Reader
9
9
  * More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
10
10
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamsoft-barcode-reader-bundle",
3
- "version": "10.4.2000-beta-202410092354",
3
+ "version": "10.4.2000",
4
4
  "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.",
5
5
  "main": "dist/dbr.bundle.js",
6
6
  "module": "dist/dbr.no-content-bundle.esm.js",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "publishConfig": {
62
62
  "registry": "https://registry.npmjs.org/",
63
- "tag": "beta"
63
+ "tag": "latest"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@dynamsoft/rd2-scripts": "^0.1.27",