@capturebridge/sdk 0.22.5 → 0.22.7
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 +8 -2
- package/Common.js +1 -0
- package/README.md +2 -2
- package/Version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<html>
|
|
2
2
|
<head>
|
|
3
|
-
<title>CaptureBridge JavaScript SDK v0.22.
|
|
3
|
+
<title>CaptureBridge JavaScript SDK v0.22.7 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.
|
|
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
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
|
-
[CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.22.
|
|
5
|
+
[SDK Documentation for v0.22.7](https://docs.capturebridge.net/client/sdk/javascript/0.22.7)
|
|
6
|
+
[CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.22.7/CHANGELOG.html)
|
|
7
7
|
-->
|
package/Version.js
CHANGED