@servicetitan/titan-chatbot-api 6.1.0 → 6.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.1.1 (Wed May 06 2026)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - Bump lodash version ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexandr Yarmolchuk ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
10
+
11
+ ---
12
+
1
13
  # v6.1.0 (Thu Apr 02 2026)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/titan-chatbot-api",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Chatbot client API package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  "push:local": "yalc push"
18
18
  },
19
19
  "dependencies": {
20
- "@servicetitan/titan-chat-ui-common": "^6.1.0",
21
- "lodash": "^4.17.21",
20
+ "@servicetitan/titan-chat-ui-common": "^6.1.1",
21
+ "lodash": "^4.18.1",
22
22
  "nanoid": "^5.1.5"
23
23
  },
24
24
  "peerDependencies": {
@@ -42,5 +42,5 @@
42
42
  "cli": {
43
43
  "webpack": false
44
44
  },
45
- "gitHead": "d6bad37dc75ce10d67cedffedf3f7d50599142c5"
45
+ "gitHead": "ccc95360b54a9388257eacc82199d963e6f9f280"
46
46
  }