@indra.ai/deva 1.1.56 → 1.1.57

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -261,8 +261,8 @@ class Deva {
261
261
  Development: `🔧 ${this._features.Development} configure`,
262
262
  business: `📊 ${this._features.business} feature`,
263
263
  Business: `📊 ${this._features.Business} configure`,
264
- legal: `⚖️ ${this._features.legal} feature`,
265
- Legal: `⚖️ ${this._features.Legal} configure`,
264
+ legal: `⚖️ ${this._features.legal} feature`,
265
+ Legal: `⚖️ ${this._features.Legal} configure`,
266
266
  assistant: `👤 ${this._features.assistant} feature`,
267
267
  Assistant: `👤 ${this._features.Assistant} configure`,
268
268
  story: `📚 ${this._features.story} feature`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {