dynamsoft-barcode-reader-bundle 10.5.3000-beta-202504231853 → 10.5.3000

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 CHANGED
@@ -302,9 +302,8 @@ Thanks to its simplified APIs and built-in UI for video streaming, you can imple
302
302
  <span class="hljs-tag">&lt;/<span class="hljs-name">body</span>&gt;</span>
303
303
  <span class="hljs-tag">&lt;/<span class="hljs-name">html</span>&gt;</span>
304
304
  </code></pre>
305
- <!-- TODO -->
306
305
  <p align="center" style="text-align:center; white-space: normal; ">
307
- <a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/hello-world/hello-world.html" title="Code in Github" style="text-decoration:none;">
306
+ <a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/scan-single-barcode/hello-world/hello-world.html" title="Code in Github" style="text-decoration:none;">
308
307
  <img src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg" alt="Code in Github" width="20" height="20" style="width:20px;height:20px;">
309
308
  </a>
310
309
  &nbsp;
package/README.md CHANGED
@@ -95,9 +95,8 @@ If you are fully satisfied with the solution and would like to move forward with
95
95
  </html>
96
96
  ```
97
97
 
98
- <!-- TODO -->
99
98
  <p align="center" style="text-align:center; white-space: normal; ">
100
- <a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/hello-world/hello-world.html" title="Code in Github" style="text-decoration:none;">
99
+ <a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v10.5.30/scan-single-barcode/hello-world/hello-world.html" title="Code in Github" style="text-decoration:none;">
101
100
  <img src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg" alt="Code in Github" width="20" height="20" style="width:20px;height:20px;">
102
101
  </a>
103
102
  &nbsp;
@@ -4,7 +4,7 @@
4
4
  * @website http://www.dynamsoft.com
5
5
  * @copyright Copyright 2025, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.5.3000-beta-202504231853
7
+ * @version 10.5.3000
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 2025, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.5.3000-beta-202504231853
7
+ * @version 10.5.3000
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 2025, Dynamsoft Corporation
6
6
  * @author Dynamsoft
7
- * @version 10.5.3000-beta-202504231853
7
+ * @version 10.5.3000
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.5.3000-beta-202504231853",
3
+ "version": "10.5.3000",
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",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "publishConfig": {
67
67
  "registry": "https://registry.npmjs.org/",
68
- "tag": "beta"
68
+ "tag": "latest"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@dynamsoft/rd2-scripts": "^0.1.38",
package/samples.url CHANGED
@@ -1,2 +1,2 @@
1
1
  [InternetShortcut]
2
- URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.31
2
+ URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.5.30