Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.30
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.31
60 changes: 30 additions & 30 deletions README.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
}

var DYNAMIC_BASE = 7173824, DYNAMICTOP_PTR = 1930784;
var DYNAMIC_BASE = 7173904, DYNAMICTOP_PTR = 1930864;

var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;

Expand Down Expand Up @@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
}
}

var ___tm_current = 1930800;
var ___tm_current = 1930880;

var ___tm_timezone = (stringToUTF8("GMT", 1930848, 4), 1930848);
var ___tm_timezone = (stringToUTF8("GMT", 1930928, 4), 1930928);

function _gmtime_r(time, tmPtr) {
var date = new Date(HEAP32[time >> 2] * 1e3);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
}

var DYNAMIC_BASE = 6638224, DYNAMICTOP_PTR = 1395184;
var DYNAMIC_BASE = 6638304, DYNAMICTOP_PTR = 1395264;

var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;

Expand Down Expand Up @@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
}
}

var ___tm_current = 1395200;
var ___tm_current = 1395280;

var ___tm_timezone = (stringToUTF8("GMT", 1395248, 4), 1395248);
var ___tm_timezone = (stringToUTF8("GMT", 1395328, 4), 1395328);

function _gmtime_r(time, tmPtr) {
var date = new Date(HEAP32[time >> 2] * 1e3);
Expand Down
Binary file renamed dist/dbr-9.6.30.wasm → dist/dbr-9.6.31.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.

15 changes: 10 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.30",
"version": "9.6.31",
"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 @@ -29,7 +29,8 @@
"sideEffects": false,
"types": "./dist/types/dbr.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"author": {
"name": "Dynamsoft",
Expand Down Expand Up @@ -63,10 +64,14 @@
"build:doc": "typedoc",
"build-dev": "rollup -c --environment BUILD:development",
"build": "rollup -c --environment BUILD:production",
"test": "node ./samples/node/helloworld.js",
"update:readme": "node ./updateReadme.js"
"update:readme": "updateReadme --package=dynamsoft-barcode-reader --version=auto --branch=v9.6.21 --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"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.0.32",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-typescript": "8.3.0",
Expand Down Expand Up @@ -102,6 +107,6 @@
},
"dependencies": {
"dm-howler": "^2.2.4",
"dynamsoft-camera-enhancer": "^3.3.6"
"dynamsoft-camera-enhancer": "^3.3.8"
}
}
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.30
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.31