@indra.ai/deva 1.1.120 → 1.1.121

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/config.json +10 -10
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -179,25 +179,25 @@
179
179
  "ask": "asking a question",
180
180
  "ask_answer": "answering a question",
181
181
 
182
- "security": "accessing the #security feature",
182
+ "security": "security feature action",
183
183
  "Security": "loading the Security Feature",
184
- "support": "accessing the #support feature",
184
+ "support": "support feature action",
185
185
  "Support": "loading the Support Feature",
186
- "services": "accessing the #services feature",
186
+ "services": "services feature action",
187
187
  "Services": "loading the Services Feature",
188
- "solutions": "accessing the #services feature",
188
+ "solutions": "solutions feature action",
189
189
  "Solutions": "loading the Services Feature",
190
- "systems": "accing #systems",
190
+ "systems": "systems feature action",
191
191
  "Systems": "loading the Systems Feature",
192
- "research": "accessing the #research feature",
192
+ "research": "research feature action",
193
193
  "Research": "loading the Research Feature",
194
- "development": "accessing the #development feature",
194
+ "development": "development feature action",
195
195
  "Development": "loading the Development Feature",
196
- "business": "accessing the #business feature",
196
+ "business": "business feature action",
197
197
  "Business": "loading the Business Feature",
198
- "legal": "accessing the #legal feature",
198
+ "legal": "legal feature action",
199
199
  "Legal": "loading the Legal Feature",
200
- "assistant": "accessing the #assistant feature",
200
+ "assistant": "assistant feature action",
201
201
  "Assistant": "loading the Assistant Feature",
202
202
  "client_data": "configure client data",
203
203
  "invalid": "invalid action",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.120",
3
+ "version": "1.1.121",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {