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
4 changes: 2 additions & 2 deletions packages/blinkcard-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkcard-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
4 changes: 2 additions & 2 deletions packages/blinkcard-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkcard-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
4 changes: 2 additions & 2 deletions packages/blinkid-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkid-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
4 changes: 2 additions & 2 deletions packages/blinkid-verify-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkid-verify-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
4 changes: 2 additions & 2 deletions packages/blinkid-verify-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkid-verify-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
4 changes: 2 additions & 2 deletions packages/blinkid-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This package supports image processing in these browser versions and newer:
- Edge 96
- Opera 84
- Firefox 114 (desktop and Android)
- Safari 15.1 (macOS)
- iOS Safari 15.1
- Safari 16.4 (macOS)
- iOS Safari 16.4

These minimums come from the combination of Emscripten-generated WebAssembly,
required baseline Wasm features, and the module Web Worker used by
Expand Down
4 changes: 2 additions & 2 deletions packages/blinkid-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Opera >= 84",
"Firefox >= 114",
"FirefoxAndroid >= 114",
"Safari >= 15.1",
"iOS >= 15.1"
"Safari >= 16.4",
"iOS >= 16.4"
]
}
Loading