@applica-software-guru/persona-chat-sdk 0.1.103 → 0.1.107

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.
@@ -15,5 +15,3 @@ pipelines:
15
15
  variables:
16
16
  NPM_TOKEN: $NPM_TOKEN
17
17
  EXTRA_ARGS: '--access public'
18
- - git tag -a "$VERSION.$BITBUCKET_BUILD_NUMBER" -m "Version $VERSION.$BITBUCKET_BUILD_NUMBER"
19
- - git push origin "$VERSION.$BITBUCKET_BUILD_NUMBER"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@applica-software-guru/persona-chat-sdk",
3
3
  "description": "Official Chat SDK for the Persona API — React runtime provider with REST, WebSocket and WebRTC protocols via assistant-ui.",
4
4
  "private": false,
5
- "version": "0.1.103",
5
+ "version": "0.1.107",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "dev": "vite",