Skip to content

Commit 00428da

Browse files
committed
updated to 8.2.5 and made public
1 parent 01d01c1 commit 00428da

31 files changed

+154
-109
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Read an Image</title>
8-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.3/dist/dbr.js"></script>
8+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
99
</head>
1010

1111
<body>

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

Lines changed: 3 additions & 3 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.2.3",
22+
"dynamsoft-javascript-barcode": "8.2.5",
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 @@ import DBR from "dynamsoft-javascript-barcode";
2020

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

23-
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.3/dist/";
23+
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/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.2.3",
10+
"dynamsoft-javascript-barcode": "8.2.5",
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 @@ import DBR from "dynamsoft-javascript-barcode";
2020

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

23-
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.3/dist/";
23+
DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4159,10 +4159,10 @@ duplexify@^3.4.2, duplexify@^3.6.0:
41594159
readable-stream "^2.0.0"
41604160
stream-shift "^1.0.0"
41614161

4162-
dynamsoft-javascript-barcode@8.2.3:
4163-
version "8.2.3"
4164-
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.2.3.tgz#dff00e279a8016ae2d18ebdffa89e360329df9d8"
4165-
integrity sha1-3/AOJ5qAFq4tGOvf+onjYDKd+dg=
4162+
dynamsoft-javascript-barcode@8.2.5:
4163+
version "8.2.5"
4164+
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.2.5.tgz#43006db0bf362a9d0142e5785e94c1a3e963ee01"
4165+
integrity sha1-QwBtsL82Kp0BQuV4XpTBo+lj7gE=
41664166

41674167
ecc-jsbn@~0.1.1:
41684168
version "0.1.2"

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.2.3",
12+
"dynamsoft-javascript-barcode": "8.2.5",
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 @@ import DBR from "dynamsoft-javascript-barcode";
2020

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

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

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

1.hello-world/5.read-video-vue/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3217,10 +3217,10 @@ duplexify@^3.4.2, duplexify@^3.6.0:
32173217
readable-stream "^2.0.0"
32183218
stream-shift "^1.0.0"
32193219

3220-
dynamsoft-javascript-barcode@8.2.3:
3221-
version "8.2.3"
3222-
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.2.3.tgz#dff00e279a8016ae2d18ebdffa89e360329df9d8"
3223-
integrity sha1-3/AOJ5qAFq4tGOvf+onjYDKd+dg=
3220+
dynamsoft-javascript-barcode@8.2.5:
3221+
version "8.2.5"
3222+
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.2.5.tgz#43006db0bf362a9d0142e5785e94c1a3e963ee01"
3223+
integrity sha1-QwBtsL82Kp0BQuV4XpTBo+lj7gE=
32243224

32253225
easy-stack@^1.0.1:
32263226
version "1.0.1"

0 commit comments

Comments
 (0)