Skip to content

Commit 8107f0d

Browse files
committed
reference.d.ts; pro/dev switch script
1 parent f9fa5f2 commit 8107f0d

File tree

79 files changed

+240
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+240
-134
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function kb() {
352352
var a = lb;
353353
return String.prototype.startsWith ? a.startsWith("data:application/octet-stream;base64,") : 0 === a.indexOf("data:application/octet-stream;base64,");
354354
}
355-
var lb = "dbr-7.3.0.3.node.wasm";
355+
var lb = "dbr-7.3.0.4.node.wasm";
356356
if (!kb()) {
357357
var mb = lb;
358358
lb = e.locateFile ? e.locateFile(mb, ka) : ka + mb;

dist/dbr-7.3.0.4.worker.js

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

dist/dbr.browser.mjs

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

dist/dbr.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @website http://www.dynamsoft.com
55
* @preserve Copyright 2020, Dynamsoft Corporation
66
* @author Dynamsoft
7-
* @version 7.3.0.3 (js 20200331)
7+
* @version 7.3.0.4 (js 20200331)
88
* @fileoverview Dynamsoft JavaScript Library for Barcode Reader
99
* More info on DBR JS: https://www.dynamsoft.com/Products/barcode-recognition-javascript.aspx
1010
*/
@@ -1449,4 +1449,4 @@ declare const Dynamsoft: {
14491449
};
14501450
export default Dynamsoft;
14511451

1452-
export {};
1452+

dist/dbr.js

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

0 commit comments

Comments
 (0)