Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from PhotoPay/jenkins/stable-build
Browse files Browse the repository at this point in the history
Automatically built release by Jenkins
  • Loading branch information
AntonioErdeljac committed Feb 7, 2022
2 parents 47d1e26 + b67cd1f commit e0f83a5
Show file tree
Hide file tree
Showing 18 changed files with 1,096 additions and 1,070 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

## 7.7.9

* We've updated Microblink logo and colors

## 7.7.8

### Platform-related SDK changes
Expand Down
2 changes: 1 addition & 1 deletion examples/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/photopay-in-browser-sdk": "~7.7.8"
"@microblink/photopay-in-browser-sdk": "~7.7.9"
}
}
2 changes: 1 addition & 1 deletion examples/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/w35CpHnVLc89ZsFrMIIID/JQA+igLP4+OC1w/+UyDWPWDNzOj/F1E4DjRo374jIjTVF7KBobS7rqHDaswP4oefrJgPVeeXBEM7HMUbB+8efr+6lWa3OtPxjfp8rINb63fSjxkEN9SEvUUDLqAavDnAlTb9+7HkguuRcFXsZBGX8xWmEUCYFtx+DBvI2Lcg==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpHnVLZc/Zv6pLBo5ZvwJFaM3ZjQrU0vLlpL/zASv/9C8h4qLCQxHz/lzLj57TZmZrjtZt9rxDp++uMb3vHGgq2lhIZ4AKQkSfgqZpjbYMH4EWMDeDITcZCCCN5jpU4eZR/HcfRXBTJOImwM99APTz++jWQXxNGqWdM0qJzl5t0S9O7qwn9gPA0/kNw==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new PhotoPaySDK.WasmSDKLoadSettings(licenseKey);
Expand Down
6 changes: 3 additions & 3 deletions examples/umd/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 type="text/javascript" src="https://unpkg.com/@microblink/photopay-in-browser-sdk@7.7.8/dist/photopay-sdk.js"></script>
<script type="text/javascript" src="https://unpkg.com/@microblink/photopay-in-browser-sdk@7.7.9/dist/photopay-sdk.js"></script>
<script type="text/javascript">

/**
Expand Down Expand Up @@ -57,7 +57,7 @@ <h1 id="msg">Loading...</h1>
}

// 1. It's possible to obtain a free trial license key on microblink.com
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpHnVLc89ZsFrMIIID/JQA+igLP4+OC1w/+UyDWPWDNzOj/F1E4DjRo374jIjTVF7KBobS7rqHDaswP4oefrJgPVeeXBEM7HMUbB+8efr+6lWa3OtPxjfp8rINb63fSjxkEN9SEvUUDLqAavDnAlTb9+7HkguuRcFXsZBGX8xWmEUCYFtx+DBvI2Lcg==";
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpHnVLZc/Zv6pLBo5ZvwJFaM3ZjQrU0vLlpL/zASv/9C8h4qLCQxHz/lzLj57TZmZrjtZt9rxDp++uMb3vHGgq2lhIZ4AKQkSfgqZpjbYMH4EWMDeDITcZCCCN5jpU4eZR/HcfRXBTJOImwM99APTz++jWQXxNGqWdM0qJzl5t0S9O7qwn9gPA0/kNw==";

// 2. Create instance of SDK load settings with your license key
const loadSettings = new PhotoPaySDK.WasmSDKLoadSettings(licenseKey);
Expand All @@ -71,7 +71,7 @@ <h1 id="msg">Loading...</h1>
loadSettings.loadProgressCallback = (progress) => progressEl.value = progress;

// Set absolute location of the engine, i.e. WASM and support JS files
loadSettings.engineLocation = "https://unpkg.com/@microblink/photopay-in-browser-sdk@7.7.8/resources";
loadSettings.engineLocation = "https://unpkg.com/@microblink/photopay-in-browser-sdk@7.7.9/resources";

// 3. Load SDK
PhotoPaySDK.loadWasmModule(loadSettings).then(
Expand Down
209 changes: 108 additions & 101 deletions oss-dependencies/npm.txt

Large diffs are not rendered by default.

926 changes: 467 additions & 459 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microblink/photopay-in-browser-sdk",
"version": "7.7.8",
"version": "7.7.9",
"description": "A simple payment barcode scanning library for WebAssembly-enabled browsers.",
"homepage": "https://github.com/PhotoPay/photopay-in-browser",
"repository": "github:PhotoPay/photopay-in-browser",
Expand Down
Binary file modified resources/advanced-threads/PhotoPayWasmSDK.wasm
Binary file not shown.
12 changes: 6 additions & 6 deletions resources/advanced/PhotoPayWasmSDK.js

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

Binary file modified resources/advanced/PhotoPayWasmSDK.wasm
Binary file not shown.
Loading

0 comments on commit e0f83a5

Please sign in to comment.