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 docs/blinkid/OssDependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This report includes:
| eigen/3.4.2@microblink/main#406195518d246c1d387b54df8ade9052 | Mozilla Public License Version 2.0 | [Link](https://github.com/microblink/eigen-git-mirror) | Eigen is a C++ template library for linear algebra: vectors, matrices, and related algorithms. It is versatile, fast, elegant and works on many platforms (OS/Compilers). |
| err/1.0.2@microblink/main#c37bea8eb2a49b4f46fdd47f028d144d | Boost Software License | [Link](https://github.com/microblink/err) | err - yet another take on C++ error handling |
| functionoid/1.0.1@microblink/main#a63c389de8e94c11f18c62430bb3aa1f | Boost Software License, Version 1.0 | [Link](https://github.com/microblink/functionoid) | a complete C++17 rewrite of boost/std::function |
| gtest/1.14.9@microblink/main#92cbac29cb2870655027eb912cd72358 | BSD 3-Clause | [Link](https://bitbucket.org/microblink/core-google-test/src) | Google's C++ test framework |
| gtest/1.14.10@microblink/main#aeea6cc884a4400edf8084592f7b23ec | BSD 3-Clause | [Link](https://bitbucket.org/microblink/core-google-test/src) | Google's C++ test framework |
Comment thread
mariokresic marked this conversation as resolved.
| hash/2.0.3@microblink/main#bca5158cdd3532fd9a32d7539b66194f | zlib | [Link](https://github.com/microblink/hash-library) | Portable C++ Hashing Library |
| kiwaku/20230809.4@microblink/main#6e5eb5cb85661173d4d516738282e5db | BSL-1.0 | [Link](https://github.com/microblink/kiwaku) | C++20 and onward collection of high performance data containers and related tools |
| libjpeg_turbo/3.0.2.2@microblink/main#c5ae8c1d15ab8215718ea3df429e55e1 | BSD-3-Clause, Zlib | [Link](https://github.com/microblink/libjpeg-turbo) | SIMD-accelerated libjpeg-compatible JPEG codec library |
Expand Down
14,311 changes: 0 additions & 14,311 deletions docs/blinkid/ResultFields.md

This file was deleted.

1,361 changes: 0 additions & 1,361 deletions docs/blinkid/SupportedDocuments.md

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"husky": "^9.1.7",
"knip": "^5.84.0",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"rimraf": "^6.0.1",
"syncpack": "14.0.0",
"turbo": "^2.8.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @microblink/analytics

## 2.0.1

### Patch Changes

- Added `pingProxyEnabled` and `baltazarProxyEnabled` flags to the SDK init pinglet.

## 2.0.0

### Major Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microblink/analytics",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"build": "tsc",
"build:publish": "tsc",
Expand Down Expand Up @@ -39,7 +39,6 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-define-config": "^1.24.1",
"prettier": "^3.8.1",
"rimraf": "^6.0.1",
"tsx": "^4.21.0",
"typedoc": "^0.28.7",
Expand Down
4 changes: 3 additions & 1 deletion packages/analytics/src/ping/ping.sdk.init.start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export type PingSdkInitStartData = {
platformDetails?: PlatformDetails;
packageName: string;
userId: string;
pingProxyEnabled: boolean;
baltazarProxyEnabled: boolean;
};
type Product =
| "BlinkCard"
Expand Down Expand Up @@ -56,6 +58,6 @@ type PlatformDetails =
*/
export type PingSdkInitStart = PingBase<
"ping.sdk.init.start",
"1.2.0",
"1.3.0",
PingSdkInitStartData
>;
9 changes: 9 additions & 0 deletions packages/blinkcard-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @microblink/blinkcard-core

## 3000.0.6

### Patch Changes

- Updated dependencies
- @microblink/analytics@2.0.1
- @microblink/blinkcard-wasm@3000.0.6
- @microblink/blinkcard-worker@3000.0.6

## 3000.0.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

# Type Alias: PingSdkInitStart

> **PingSdkInitStart** = [`PingBase`](../interfaces/PingBase.md)\<`"ping.sdk.init.start"`, `"1.2.0"`, [`PingSdkInitStartData`](PingSdkInitStartData.md)\>
> **PingSdkInitStart** = [`PingBase`](../interfaces/PingBase.md)\<`"ping.sdk.init.start"`, `"1.3.0"`, [`PingSdkInitStartData`](PingSdkInitStartData.md)\>

Ping type for ping.sdk.init.start
12 changes: 12 additions & 0 deletions packages/blinkcard-core/docs/type-aliases/PingSdkInitStartData.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,24 @@

## Properties

### baltazarProxyEnabled

> **baltazarProxyEnabled**: `boolean`

***

### packageName

> **packageName**: `string`

***

### pingProxyEnabled

> **pingProxyEnabled**: `boolean`

***

### platform

> **platform**: `Platform`
Expand Down
2 changes: 1 addition & 1 deletion packages/blinkcard-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microblink/blinkcard-core",
"description": "BlinkCard Core SDK",
"version": "3000.0.5",
"version": "3000.0.6",
"author": "Microblink",
"scripts": {
"build": "concurrently pnpm:build:js pnpm:build:types",
Expand Down
7 changes: 7 additions & 0 deletions packages/blinkcard-ux-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @microblink/blinkcard-ux-manager

## 3000.0.6

### Patch Changes

- Updated dependencies
- @microblink/blinkcard-core@3000.0.6

## 3000.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blinkcard-ux-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microblink/blinkcard-ux-manager",
"description": "BlinkCard UX Manager provides user feedback based on the blinkcard process results.",
"version": "3000.0.5",
"version": "3000.0.6",
"author": "Microblink",
"scripts": {
"build": "concurrently pnpm:build:js pnpm:build:types",
Expand Down
6 changes: 6 additions & 0 deletions packages/blinkcard-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @microblink/blinkcard-wasm

## 3000.0.6

### Patch Changes

- Version bump for consistency with other packages

## 3000.0.5

### Patch Changes
Expand Down

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

Binary file modified packages/blinkcard-wasm/dist/advanced-threads/BlinkCardModule.wasm
Binary file not shown.
Loading
Loading