@capturebridge/sdk 0.34.0 → 0.35.0

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/Version.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # Capture Bridge JavaScript Client SDK
2
2
 
3
- - [SDK Documentation for v0.34.0](https://docs.capturebridge.net/client/sdk/javascript/0.34.0/index.html)
4
- - [SDK CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.34.0/CHANGELOG.html)
3
+ - [SDK Documentation for v0.35.0](https://docs.capturebridge.net/client/sdk/javascript/0.35.0/index.html)
4
+ - [SDK CHANGELOG](https://docs.capturebridge.net/client/sdk/javascript/0.35.0/CHANGELOG.html)
package/Version.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * @constant
5
5
  * @type {string}
6
6
  */
7
- const VERSION = '0.34.0'
7
+ const VERSION = '0.35.0'
8
8
  export default VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capturebridge/sdk",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Capture Bridge JavaScript client SDK",
5
5
  "type": "module",
6
6
  "types": "types.d.ts",