@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.
- package/config.json +10 -10
- package/index.js +0 -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": "
|
|
216
|
-
"support": "
|
|
217
|
-
"services": "
|
|
218
|
-
"solutions": "solutions
|
|
219
|
-
"systems": "systems
|
|
220
|
-
"research": "research
|
|
221
|
-
"development": "development
|
|
222
|
-
"business": "business
|
|
223
|
-
"legal": "legal
|
|
224
|
-
"assistant": "assistant
|
|
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 = {
|