Skip to content

Commit

Permalink
Merge pull request #15 from BlinkID/jenkins/stable-build
Browse files Browse the repository at this point in the history
Automatically built release by Jenkins
  • Loading branch information
vjekoart authored Jul 12, 2022
2 parents bdf1239 + 554f049 commit c150329
Show file tree
Hide file tree
Showing 36 changed files with 203 additions and 228 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## 5.17.1

* We've fixed a problem that has caused the enormous size of WebAssembly bundles.

## 5.17.0

### Changes to BlinkID ImageCapture Recognizer
Expand Down
64 changes: 32 additions & 32 deletions client-library/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/blinkid-camera/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function main()
}

// 1. It's possible to obtain a free trial license key on microblink.com
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

if (window.location.hostname === "blinkid.github.io")
{
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIDkJA/XQU6HolX+MNqSLG1m/fFMC1qqUZmBFli7qQfYreJbTgbHVh6giiJyVG43gHYPLatYM8ObP/ebmC3OYDUMf8bT/jFWQ6bNQ5bmJN3CdrdoZd/pJebqI+ZJDMDSL4Hs9KKOSseAkLQmpuxG6yQUhYaxLJvE02xXx0gr/tNFnH0bp2iaEHNlYhHlwFP7XVfZSKY3TFzu";
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIXkPfWP88He4E7I5enyoUOZxwmPpjetVumF/CFXjKw8lEJA7TkA3Q2J0/TMjlQCA5NpOyHxwvtTZwgA5giHGeBHKVWV8ABhZORP1z5qf3rIZOOZbeBFntWDg4T5c1TsQ7MHz8qMvx2FlzDkGWVzd1NLTnFuxrpzctDteIXQRgWn559iuXa1MdC+UUP8yl8ynsmAs/C3z0dC";
}

// 2. Create instance of SDK load settings with your license key
Expand Down
4 changes: 2 additions & 2 deletions examples/blinkid-camera/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="msg">Loading...</h1>
</body>

<!-- Keep in mind that Unpkg CDN is used for demonstration, it's not intended to be used in production! -->
<script src="https://unpkg.com/@microblink/[email protected].0/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].0/dist/blinkid-imagecapture-sdk.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script>
<script src="app.js"></script>
</html>
2 changes: 1 addition & 1 deletion examples/blinkid-camera/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.0"
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/blinkid-camera/typescript/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main() {
}

// 1. It's possible to obtain a free trial license key on microblink.com
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new BlinkIDImageCaptureSDK.WasmSDKLoadSettings(licenseKey);
Expand Down
4 changes: 2 additions & 2 deletions examples/blinkid-file/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ function main()
}

// 1. It's possible to obtain a free trial license key on microblink.com
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

if (window.location.hostname === "blinkid.github.io")
{
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIDkJA/XQU6HolX+MNqSLG1m/fFMC1qqUZmBFli7qQfYreJbTgbHVh6giiJyVG43gHYPLatYM8ObP/ebmC3OYDUMf8bT/jFWQ6bNQ5bmJN3CdrdoZd/pJebqI+ZJDMDSL4Hs9KKOSseAkLQmpuxG6yQUhYaxLJvE02xXx0gr/tNFnH0bp2iaEHNlYhHlwFP7XVfZSKY3TFzu";
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIXkPfWP88He4E7I5enyoUOZxwmPpjetVumF/CFXjKw8lEJA7TkA3Q2J0/TMjlQCA5NpOyHxwvtTZwgA5giHGeBHKVWV8ABhZORP1z5qf3rIZOOZbeBFntWDg4T5c1TsQ7MHz8qMvx2FlzDkGWVzd1NLTnFuxrpzctDteIXQRgWn559iuXa1MdC+UUP8yl8ynsmAs/C3z0dC";
}

// 2. Create instance of SDK load settings with your license key
Expand Down
4 changes: 2 additions & 2 deletions examples/blinkid-file/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Processing...</h1>
</body>

<!-- Keep in mind that Unpkg CDN is used for demonstration, it's not intended to be used in production! -->
<script src="https://unpkg.com/@microblink/[email protected].0/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].0/dist/blinkid-imagecapture-sdk.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script>
<script src="app.js"></script>
</html>
2 changes: 1 addition & 1 deletion examples/blinkid-file/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.0"
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/blinkid-file/typescript/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main() {
}

// 1. It's possible to obtain a free trial license key on microblink.com
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new BlinkIDImageCaptureSDK.WasmSDKLoadSettings(licenseKey);
Expand Down
4 changes: 2 additions & 2 deletions examples/combined-file/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ function main()
}

// 1. It's possible to obtain a free trial license key on microblink.com
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

if (window.location.hostname === "blinkid.github.io")
{
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIDkJA/XQU6HolX+MNqSLG1m/fFMC1qqUZmBFli7qQfYreJbTgbHVh6giiJyVG43gHYPLatYM8ObP/ebmC3OYDUMf8bT/jFWQ6bNQ5bmJN3CdrdoZd/pJebqI+ZJDMDSL4Hs9KKOSseAkLQmpuxG6yQUhYaxLJvE02xXx0gr/tNFnH0bp2iaEHNlYhHlwFP7XVfZSKY3TFzu";
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIXkPfWP88He4E7I5enyoUOZxwmPpjetVumF/CFXjKw8lEJA7TkA3Q2J0/TMjlQCA5NpOyHxwvtTZwgA5giHGeBHKVWV8ABhZORP1z5qf3rIZOOZbeBFntWDg4T5c1TsQ7MHz8qMvx2FlzDkGWVzd1NLTnFuxrpzctDteIXQRgWn559iuXa1MdC+UUP8yl8ynsmAs/C3z0dC";
}

// 2. Create instance of SDK load settings with your license key
Expand Down
4 changes: 2 additions & 2 deletions examples/combined-file/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Processing...</h1>
</body>

<!-- Keep in mind that Unpkg CDN is used for demonstration, it's not intended to be used in production! -->
<script src="https://unpkg.com/@microblink/[email protected].0/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].0/dist/blinkid-imagecapture-sdk.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script>
<script src="app.js"></script>
</html>
2 changes: 1 addition & 1 deletion examples/combined-file/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.0"
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/combined-file/typescript/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main() {
}

// 1. It's possible to obtain a free trial license key on microblink.com
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new BlinkIDImageCaptureSDK.WasmSDKLoadSettings(licenseKey);
Expand Down
4 changes: 2 additions & 2 deletions examples/combined/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function main()
}

// 1. It's possible to obtain a free trial license key on microblink.com
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

if (window.location.hostname === "blinkid.github.io")
{
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIDkJA/XQU6HolX+MNqSLG1m/fFMC1qqUZmBFli7qQfYreJbTgbHVh6giiJyVG43gHYPLatYM8ObP/ebmC3OYDUMf8bT/jFWQ6bNQ5bmJN3CdrdoZd/pJebqI+ZJDMDSL4Hs9KKOSseAkLQmpuxG6yQUhYaxLJvE02xXx0gr/tNFnH0bp2iaEHNlYhHlwFP7XVfZSKY3TFzu";
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9heYYlTvZbvpaBIIXkPfWP88He4E7I5enyoUOZxwmPpjetVumF/CFXjKw8lEJA7TkA3Q2J0/TMjlQCA5NpOyHxwvtTZwgA5giHGeBHKVWV8ABhZORP1z5qf3rIZOOZbeBFntWDg4T5c1TsQ7MHz8qMvx2FlzDkGWVzd1NLTnFuxrpzctDteIXQRgWn559iuXa1MdC+UUP8yl8ynsmAs/C3z0dC";
}

// 2. Create instance of SDK load settings with your license key
Expand Down
4 changes: 2 additions & 2 deletions examples/combined/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="msg">Loading...</h1>
</body>

<!-- Keep in mind that Unpkg CDN is used for demonstration, it's not intended to be used in production! -->
<script src="https://unpkg.com/@microblink/[email protected].0/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].0/dist/blinkid-imagecapture-sdk.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script>
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script>
<script src="app.js"></script>
</html>
2 changes: 1 addition & 1 deletion examples/combined/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.0"
"@microblink/blinkid-imagecapture-in-browser-sdk": "~5.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/combined/typescript/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main() {
}

// 1. It's possible to obtain a free trial license key on microblink.com
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi04YqlzvLD9rIz4izOx4fnPF6gY0fQhFRXnhp4JFAoaEQ/u8BKDnAQ9ugvgYNY3pptTBU65iTZyXpRuXW9Etjp2JqNMs0zFk5sBcw2za1l0Y6aJlt+W/YqkAZqFMvxHsAxP/3w1ZB20RyiCE1t6AxbbhKnQ5RYQwp6j4qs8Kz5/MpDNl3VqrhG8THth+Rl8xv2d3HmNUyQIRQ==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpGGmLi09YpSctgN0Kj+479nTodOhrYNhwzeb4achalTw4KOEgkX4J+hvPyoTn+lQu7JJJq1fAo68dRhl70tU1ZTTR8oMsDDWQ84SYP+qh6eMfSl0X+Pi9Mj8FEA6WMTwvKp/4JOv8hhb91/6D+/9TGSLq9xCeW7tHMgzTsDv9uDQfn3lNRnQOaYPZ/AnYc5VYQiXE7WKwasRz/W+wQ==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new BlinkIDImageCaptureSDK.WasmSDKLoadSettings(licenseKey);
Expand Down
Loading

0 comments on commit c150329

Please sign in to comment.