Skip to content

Commit 016c6b2

Browse files
committed
feat: release v2.1.0-beta-0514202502
1 parent 7c1f249 commit 016c6b2

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Let's now go through the code of the Hello World sample and understand the purpo
139139
<meta charset="utf-8" />
140140
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
141141
<title>Dynamsoft MRZ Scanner - Hello World</title>
142-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0514202501/dist/mrz-scanner.bundle.js"></script>
142+
<script src="https://cdn.jsdelivr.net/npm/[email protected]-0514202502/dist/mrz-scanner.bundle.js"></script>
143143
</head>
144144
145145
<body>

dist/mrz-scanner.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mrz-scanner.bundle.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mrz-scanner.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mrz-scanner.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mrz-scanner.no-content-bundle.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-mrz-scanner",
3-
"version": "2.1.0-beta.0514202501",
3+
"version": "2.1.0-beta-0514202502",
44
"description": "Dynamsoft MRZ Scanner JavaScript Edition is a ready-to-use SDK for web applications that accurately recognizes and parses Machine-Readable Zones on Machine-Readable Travel Documents.",
55
"files": [
66
"/dist",

samples/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Dynamsoft MRZ Scanner</title>
77
<link rel="stylesheet" href="./css/index.css" />
8-
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected].0514202501/dist/mrz-scanner.bundle.js"></script> -->
8+
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]-0514202502/dist/mrz-scanner.bundle.js"></script> -->
99
<!-- To use locally: -->
1010
<script src="../../dist/mrz-scanner.bundle.js"></script>
1111
</head>

samples/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Dynamsoft MRZ Scanner - Hello World</title>
7-
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected].0514202501/dist/mrz-scanner.bundle.js"></script> -->
7+
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]-0514202502/dist/mrz-scanner.bundle.js"></script> -->
88
<!-- To use locally: -->
99
<script src="../dist/mrz-scanner.bundle.js"></script>
1010
</head>

0 commit comments

Comments
 (0)