Skip to content

Commit 16d6aed

Browse files
author
Cube
authored
Merge pull request #137 from Dynamsoft/9.x
9.x
2 parents 3db1937 + 0ad216f commit 16d6aed

19 files changed

+68
-61
lines changed

Api Reference.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.31
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.32

README.md

+33-37
Large diffs are not rendered by default.

dist/dbr-9.6.31.browser.worker.js renamed to dist/dbr-9.6.32.browser.worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.

dist/dbr.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.mjs

+4-4
Large diffs are not rendered by default.

dist/dbr.pure.esm.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.pure.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.pure.mjs

+2-2
Large diffs are not rendered by default.

dist/types/class/barcodescanner.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import { Warning } from '../interface/warning';
2121
* @extends BarcodeReader
2222
*/
2323
export default class BarcodeScanner extends BarcodeReader {
24+
#private;
25+
/** @ignore */
26+
static set _onLog(value: (message: any) => void);
27+
static get _onLog(): (message: any) => void;
2428
/**
2529
* Returns the version of the library including the detailed version numbers of the engine and the main JavaScript code.
2630
*

package.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-javascript-barcode",
3-
"version": "9.6.31",
3+
"version": "9.6.32",
44
"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.",
55
"private": false,
66
"files": [
@@ -64,14 +64,21 @@
6464
"build:doc": "typedoc",
6565
"build-dev": "rollup -c --environment BUILD:development",
6666
"build": "rollup -c --environment BUILD:production",
67-
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=v9.6.21 --path=programming/javascript/user-guide/index.md",
67+
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=9.6.32 --path=programming/javascript/user-guide/index.md",
6868
"update:prod": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=production --tag=latest",
6969
"update:beta": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=beta --tag=beta",
7070
"update:iv": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=internalVersion --tag=iv",
71-
"update:dev": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=development --tag=latest"
71+
"update:dev": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=development --tag=latest",
72+
"updateLink:npm": "updateLink --source=npm",
73+
"updateLink:zip": "updateLink --source=zip",
74+
"updateLink:github": "updateLink --source=github",
75+
"updateDCE:prod": "updateImportedPkg --package=dynamsoft-camera-enhancer --dev=false",
76+
"updateDCE:dev": "updateImportedPkg --package=dynamsoft-camera-enhancer --dev=true",
77+
"makeZip": "makeZip --package=dynamsoft-barcode-reader --version=auto --sampleBranch=9.x --structure=old",
78+
"easyPublish": "npm run update:dev && npm run build-dev && npm publish"
7279
},
7380
"devDependencies": {
74-
"@dynamsoft/rd2-scripts": "^0.0.32",
81+
"@dynamsoft/rd2-scripts": "^0.0.80",
7582
"@rollup/plugin-node-resolve": "13.0.5",
7683
"@rollup/plugin-replace": "3.0.0",
7784
"@rollup/plugin-typescript": "8.3.0",
@@ -107,6 +114,6 @@
107114
},
108115
"dependencies": {
109116
"dm-howler": "^2.2.4",
110-
"dynamsoft-camera-enhancer": "^3.3.8"
117+
"dynamsoft-camera-enhancer": "^3.3.9"
111118
}
112119
}

samples.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.31
2+
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.32

0 commit comments

Comments
 (0)