@dendronhq/common-server
Advanced tools
Comparing version
@@ -49,2 +49,5 @@ "use strict"; | ||
const CURRENT_DAY_OF_WEEK = currentDate.toJSDate().getDay(); | ||
const CURRENT_DAY_OF_WEEK_ABBR = currentDate.toFormat("ccc"); | ||
const CURRENT_DAY_OF_WEEK_FULL = currentDate.toFormat("cccc"); | ||
const CURRENT_DAY_OF_WEEK_SINGLE = currentDate.toFormat("ccccc"); | ||
const CURRENT_QUARTER = currentDate.toFormat("q"); | ||
@@ -62,2 +65,5 @@ return { | ||
CURRENT_DAY_OF_WEEK, | ||
CURRENT_DAY_OF_WEEK_ABBR, | ||
CURRENT_DAY_OF_WEEK_FULL, | ||
CURRENT_DAY_OF_WEEK_SINGLE, | ||
CURRENT_QUARTER, | ||
@@ -143,3 +149,3 @@ TITLE: targetNote.title, | ||
var _a; | ||
const maybeSchema = common_all_1.SchemaUtils.getSchemaFromNote({ | ||
const maybeSchema = await common_all_1.SchemaUtils.getSchemaFromNote({ | ||
note, | ||
@@ -146,0 +152,0 @@ engine, |
{ | ||
"name": "@dendronhq/common-server", | ||
"version": "0.114.0", | ||
"version": "0.115.0", | ||
"description": "common-server", | ||
@@ -38,3 +38,3 @@ "license": "GPLv3", | ||
"dependencies": { | ||
"@dendronhq/common-all": "^0.114.0", | ||
"@dendronhq/common-all": "^0.115.0", | ||
"@sentry/integrations": "7.11.1", | ||
@@ -86,3 +86,3 @@ "@sentry/node": "7.11.1", | ||
}, | ||
"gitHead": "f6f9b94f6313fc320b0c07ebca014c563436fd82" | ||
"gitHead": "4869592b52828c69c6b035291d571ec87db625a5" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
509147
0.12%4239
0.14%+ Added
- Removed