@capturebridge/sdk 0.23.2 → 0.24.1

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.23.2 Changelog</title>
3
+ <title>CaptureBridge JavaScript SDK v0.24.1 Changelog</title>
4
4
  <style>
5
5
  body {
6
6
  font-family: sans-serif;
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  <!--
4
4
  Not until: INF-3147
5
- [SDK Documentation for v0.23.2](https://docs.capturebridge.net/client/sdk/javascript/0.23.2)
6
- [CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.23.2/CHANGELOG.html)
5
+ [SDK Documentation for v0.24.1](https://docs.capturebridge.net/client/sdk/javascript/0.24.1)
6
+ [CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.24.1/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.23.2'
7
+ const VERSION = '0.24.1'
8
8
  export default VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capturebridge/sdk",
3
- "version": "0.23.2",
3
+ "version": "0.24.1",
4
4
  "description": "Capture Bridge JavaScript client SDK",
5
5
  "type": "module",
6
6
  "types": "types.d.ts",