Skip to content

Commit

Permalink
Merge pull request #137 from Dynamsoft/9.x
Browse files Browse the repository at this point in the history
9.x
  • Loading branch information
Cube authored Dec 7, 2023
2 parents 3db1937 + 0ad216f commit 16d6aed
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Api Reference.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.31
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.32
70 changes: 33 additions & 37 deletions README.md

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file renamed dist/dbr-9.6.31.wasm → dist/dbr-9.6.32.wasm
Binary file not shown.
File renamed without changes.
8 changes: 4 additions & 4 deletions dist/dbr.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/dbr.mjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/dbr.pure.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dbr.pure.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dbr.pure.mjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/types/class/barcodescanner.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import { Warning } from '../interface/warning';
* @extends BarcodeReader
*/
export default class BarcodeScanner extends BarcodeReader {
#private;
/** @ignore */
static set _onLog(value: (message: any) => void);
static get _onLog(): (message: any) => void;
/**
* Returns the version of the library including the detailed version numbers of the engine and the main JavaScript code.
*
Expand Down
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamsoft-javascript-barcode",
"version": "9.6.31",
"version": "9.6.32",
"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.",
"private": false,
"files": [
Expand Down Expand Up @@ -64,14 +64,21 @@
"build:doc": "typedoc",
"build-dev": "rollup -c --environment BUILD:development",
"build": "rollup -c --environment BUILD:production",
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=v9.6.21 --path=programming/javascript/user-guide/index.md",
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=9.6.32 --path=programming/javascript/user-guide/index.md",
"update:prod": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=production --tag=latest",
"update:beta": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=beta --tag=beta",
"update:iv": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=internalVersion --tag=iv",
"update:dev": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=development --tag=latest"
"update:dev": "updatePackage --package=dynamsoft-javascript-barcode --version=auto --env=development --tag=latest",
"updateLink:npm": "updateLink --source=npm",
"updateLink:zip": "updateLink --source=zip",
"updateLink:github": "updateLink --source=github",
"updateDCE:prod": "updateImportedPkg --package=dynamsoft-camera-enhancer --dev=false",
"updateDCE:dev": "updateImportedPkg --package=dynamsoft-camera-enhancer --dev=true",
"makeZip": "makeZip --package=dynamsoft-barcode-reader --version=auto --sampleBranch=9.x --structure=old",
"easyPublish": "npm run update:dev && npm run build-dev && npm publish"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.0.32",
"@dynamsoft/rd2-scripts": "^0.0.80",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-typescript": "8.3.0",
Expand Down Expand Up @@ -107,6 +114,6 @@
},
"dependencies": {
"dm-howler": "^2.2.4",
"dynamsoft-camera-enhancer": "^3.3.8"
"dynamsoft-camera-enhancer": "^3.3.9"
}
}
2 changes: 1 addition & 1 deletion samples.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.31
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.32

0 comments on commit 16d6aed

Please sign in to comment.