Skip to content

Commit 63abe37

Browse files
committed
update to 8.6
1 parent d5c386f commit 63abe37

23 files changed

+8238
-9716
lines changed

1.hello-world/1.minimum-code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
library offline. Please see the guide on how to host the library:
1111
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
1212
-->
13-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/dbr.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js"></script>
1414
</head>
1515

1616
<body>

1.hello-world/2.read-an-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
library offline. Please see the guide on how to host the library:
1111
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
1212
-->
13-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/dbr.js"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js"></script>
1414
</head>
1515

1616
<body>

1.hello-world/3.read-video-angular/package-lock.json

Lines changed: 3324 additions & 4947 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.hello-world/3.read-video-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~11.2.5",
2020
"@angular/platform-browser-dynamic": "~11.2.5",
2121
"@angular/router": "~11.2.5",
22-
"dynamsoft-javascript-barcode": "8.4.0",
22+
"dynamsoft-javascript-barcode": "8.6.3",
2323
"rxjs": "~6.6.0",
2424
"tslib": "^2.0.0",
2525
"zone.js": "~0.11.3"

1.hello-world/3.read-video-angular/src/app/dbr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2020

2121
/** LICENSE ALERT - THE END */
2222

23-
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/";
23+
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/";
2424

2525
// DBR.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.
2626

1.hello-world/4.read-video-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@testing-library/jest-dom": "^5.11.4",
88
"@testing-library/react": "^11.1.0",
99
"@testing-library/user-event": "^12.1.10",
10-
"dynamsoft-javascript-barcode": "8.4.0",
10+
"dynamsoft-javascript-barcode": "8.6.3",
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1",
1313
"react-scripts": "4.0.3",

1.hello-world/4.read-video-react/src/dbr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2020

2121
/** LICENSE ALERT - THE END */
2222

23-
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/";
23+
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/";
2424

2525
// DBR.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.
2626

1.hello-world/4.read-video-react/yarn.lock

Lines changed: 2046 additions & 1924 deletions
Large diffs are not rendered by default.

1.hello-world/5.read-video-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"core-js": "^3.6.5",
12-
"dynamsoft-javascript-barcode": "8.4.0",
12+
"dynamsoft-javascript-barcode": "8.6.3",
1313
"vue": "^2.6.11"
1414
},
1515
"devDependencies": {

1.hello-world/5.read-video-vue/src/dbr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2020

2121
/** LICENSE ALERT - THE END */
2222

23-
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/";
23+
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/";
2424

2525
// DBR.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.
2626

0 commit comments

Comments
 (0)