@indra.ai/deva 1.1.125 → 1.1.127

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 (3) hide show
  1. package/config.json +10 -10
  2. package/index.js +0 -3
  3. package/package.json +1 -1
package/config.json CHANGED
@@ -212,16 +212,16 @@
212
212
  "contexts": "listing the contexts"
213
213
  },
214
214
  "features": {
215
- "security": "accessing #security feature",
216
- "support": "accessing #support feature",
217
- "services": "accessing #services feature",
218
- "solutions": "solutions feature",
219
- "systems": "systems feature",
220
- "research": "research feature",
221
- "development": "development feature",
222
- "business": "business feature",
223
- "legal": "legal feature",
224
- "assistant": "assistant feature"
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"
225
225
  }
226
226
  }
227
227
  }
package/index.js CHANGED
@@ -1637,9 +1637,6 @@ class Deva {
1637
1637
  system based on the language and locale in the client profile.
1638
1638
  ***************/
1639
1639
  formatDate(d, format='milli', time=false) {
1640
- if (!d) d = Date.now();
1641
- d = new Date(d);
1642
-
1643
1640
  if (format === 'milli') return d.getTime();
1644
1641
  // pre-set date formats for returning user dates.
1645
1642
  const formats = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.125",
3
+ "version": "1.1.127",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {