@indra.ai/deva 1.2.3 → 1.2.4

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 +11 -11
  2. package/package.json +1 -1
package/config.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "copyright": "Copyright 2023(c) Quinn Michaels. All rights reserved.",
5
5
  "DATA": {
6
6
  "cmdChr": "/",
7
- "askChr": "@",
7
+ "askChr": "#",
8
8
  "inherit": ["events", "lib", "config"],
9
9
  "bind": [
10
10
  "listeners",
@@ -212,16 +212,16 @@
212
212
  "contexts": "listing the contexts"
213
213
  },
214
214
  "features": {
215
- "security": "access #security",
216
- "support": "access #support",
217
- "services": "access #services",
218
- "solutions": "access #solutions",
219
- "systems": "access #systems",
220
- "research": "access #research",
221
- "development": "access #development",
222
- "business": "access #business",
223
- "legal": "access #legal",
224
- "assistant": "access #assistant"
215
+ "security": "Accessing Security",
216
+ "support": "Accessing Support",
217
+ "services": "Accessing Services",
218
+ "solutions": "Accessing Solutions",
219
+ "systems": "Accessing Systems",
220
+ "research": "Accessing Research",
221
+ "development": "Accessing Development",
222
+ "business": "Accessing Business",
223
+ "legal": "Accessing Legal",
224
+ "assistant": "Accessing Assistant"
225
225
  }
226
226
  }
227
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {