dynamsoft-barcode-reader-bundle 10.2.1000-beta-202405200219 → 10.2.1000
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.
- package/README.html +5 -5
- package/README.md +5 -5
- package/dist/dbr.bundle.js +1 -1
- package/dist/dbr.bundle.mjs +1 -1
- package/dist/dbr.no-content-bundle.esm.js +1 -1
- package/package.json +2 -2
package/README.html
CHANGED
|
@@ -409,12 +409,12 @@ cvRouter.addResultFilter(filter);
|
|
|
409
409
|
</ul>
|
|
410
410
|
<p>For simplification, starting from version 10.0.21, we introduced <code>dbr.bundle.js</code>. Including this file is equivalent to incorporating all six packages.</p>
|
|
411
411
|
<ul>
|
|
412
|
-
<li>dynamsoft-core@3.2.
|
|
413
|
-
<li>dynamsoft-license@3.2.
|
|
414
|
-
<li>dynamsoft-utility@1.2.
|
|
412
|
+
<li>dynamsoft-core@3.2.30/dist/core.js</li>
|
|
413
|
+
<li>dynamsoft-license@3.2.21/dist/license.js</li>
|
|
414
|
+
<li>dynamsoft-utility@1.2.20/dist/utility.js</li>
|
|
415
415
|
<li>dynamsoft-barcode-reader@10.2.10/dist/dbr.js</li>
|
|
416
|
-
<li>dynamsoft-capture-vision-router@2.2.
|
|
417
|
-
<li>dynamsoft-camera-enhancer@4.0.
|
|
416
|
+
<li>dynamsoft-capture-vision-router@2.2.30/dist/cvr.js</li>
|
|
417
|
+
<li>dynamsoft-camera-enhancer@4.0.3/dist/dce.js</li>
|
|
418
418
|
</ul>
|
|
419
419
|
<p>Equivalent to</p>
|
|
420
420
|
<ul>
|
package/README.md
CHANGED
|
@@ -210,12 +210,12 @@ To utilize the SDK, the initial step involves including the corresponding resour
|
|
|
210
210
|
|
|
211
211
|
For simplification, starting from version 10.0.21, we introduced `dbr.bundle.js`. Including this file is equivalent to incorporating all six packages.
|
|
212
212
|
|
|
213
|
-
* dynamsoft-core@3.2.
|
|
214
|
-
* dynamsoft-license@3.2.
|
|
215
|
-
* dynamsoft-utility@1.2.
|
|
213
|
+
* dynamsoft-core@3.2.30/dist/core.js
|
|
214
|
+
* dynamsoft-license@3.2.21/dist/license.js
|
|
215
|
+
* dynamsoft-utility@1.2.20/dist/utility.js
|
|
216
216
|
* dynamsoft-barcode-reader@10.2.10/dist/dbr.js
|
|
217
|
-
* dynamsoft-capture-vision-router@2.2.
|
|
218
|
-
* dynamsoft-camera-enhancer@4.0.
|
|
217
|
+
* dynamsoft-capture-vision-router@2.2.30/dist/cvr.js
|
|
218
|
+
* dynamsoft-camera-enhancer@4.0.3/dist/dce.js
|
|
219
219
|
|
|
220
220
|
Equivalent to
|
|
221
221
|
* dynamsoft-barcode-reader-bundle@10.2.1000/dist/dbr.bundle.js
|
package/dist/dbr.bundle.js
CHANGED
|
@@ -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.2.1000
|
|
7
|
+
* @version 10.2.1000
|
|
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/dist/dbr.bundle.mjs
CHANGED
|
@@ -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.2.1000
|
|
7
|
+
* @version 10.2.1000
|
|
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.2.1000
|
|
7
|
+
* @version 10.2.1000
|
|
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.2.1000
|
|
3
|
+
"version": "10.2.1000",
|
|
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": "
|
|
63
|
+
"tag": "latest"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@dynamsoft/rd2-scripts": "^0.1.18",
|