@applica-software-guru/persona-chat-sdk 0.1.104 → 0.1.108
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/bitbucket-pipelines.yml +0 -1
- package/package.json +1 -1
package/bitbucket-pipelines.yml
CHANGED
|
@@ -15,6 +15,5 @@ pipelines:
|
|
|
15
15
|
variables:
|
|
16
16
|
NPM_TOKEN: $NPM_TOKEN
|
|
17
17
|
EXTRA_ARGS: '--access public'
|
|
18
|
-
- git remote set-url origin git@bitbucket.org:applicaguru/persona-chat-sdk.git
|
|
19
18
|
- git tag -a "$VERSION.$BITBUCKET_BUILD_NUMBER" -m "Version $VERSION.$BITBUCKET_BUILD_NUMBER"
|
|
20
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.
|
|
5
|
+
"version": "0.1.108",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "vite",
|