@capturebridge/sdk 0.22.6 → 0.22.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <html>
2
2
  <head>
3
- <title>CaptureBridge JavaScript SDK v0.22.6 Changelog</title>
3
+ <title>CaptureBridge JavaScript SDK v0.22.8 Changelog</title>
4
4
  <style>
5
5
  body {
6
6
  font-family: sans-serif;
@@ -41,7 +41,13 @@
41
41
  <p>All notable changes to this project will be documented in this file.</p>
42
42
  <p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>,
43
43
  and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
44
- <h2><a href="https://www.npmjs.com/package/@capturebridge/sdk/v/0.21.1">0.21.1</a> - 2023-01-06</h2>
44
+ <h2><a href="https://www.npmjs.com/package/@capturebridge/sdk/v/0.22.7">0.22.7</a> - 2025-03-13</h2>
45
+ <h3>Added</h3>
46
+ <ul>
47
+ <li>Updated documentation for the <code>CaptureResponseFormat</code> type to note support for
48
+ <code>png</code> file types.</li>
49
+ </ul>
50
+ <h2><a href="https://www.npmjs.com/package/@capturebridge/sdk/v/0.21.1">0.21.1</a> - 2025-01-06</h2>
45
51
  <h3>Added</h3>
46
52
  <ul>
47
53
  <li>Added <code>escape</code> and <code>style</code> properties to Verifone <code>Text</code> objects and a text
package/Common.js CHANGED
@@ -141,6 +141,7 @@ export const DEFAULT_STREAM_OPT = {
141
141
  * - `jpg`
142
142
  * - `tiff`
143
143
  * - `gif`
144
+ * - `png`
144
145
  *
145
146
  * If not provided, a plugin or device-specific format will be returned.
146
147
  *
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  <!--
4
4
  Not until: INF-3147
5
- [SDK Documentation for v0.22.6](https://docs.capturebridge.net/client/sdk/javascript/0.22.6)
6
- [CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.22.6/CHANGELOG.html)
5
+ [SDK Documentation for v0.22.8](https://docs.capturebridge.net/client/sdk/javascript/0.22.8)
6
+ [CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.22.8/CHANGELOG.html)
7
7
  -->
package/Version.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * @constant
5
5
  * @type {string}
6
6
  */
7
- const VERSION = '0.22.6'
7
+ const VERSION = '0.22.8'
8
8
  export default VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capturebridge/sdk",
3
- "version": "0.22.6",
3
+ "version": "0.22.8",
4
4
  "description": "Capture Bridge JavaScript client SDK",
5
5
  "type": "module",
6
6
  "types": "types.d.ts",