@indra.ai/deva 1.1.103 → 1.1.104

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 +3 -3
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -241,11 +241,11 @@
241
241
  "help": "::agent.name:: providing help"
242
242
  },
243
243
  "features": {
244
- "security": "security feature",
244
+ "security": "::agent.name:: accessing #security feature",
245
245
  "Security": "Security configure",
246
- "support": "support feature",
246
+ "support": "::agent.name:: accessing #support feature",
247
247
  "Support": "Support configure",
248
- "services": "services feature",
248
+ "services": "::agent.name:: accessing #services feature",
249
249
  "Services": "Services configure",
250
250
  "solutions": "solutions feature",
251
251
  "Solutions": "Solutions configure",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {