case-editor-tools 1.6.4 → 1.6.5

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.
@@ -118,8 +118,8 @@ const getSurveyKeyAssignedUntilForIncoming = (surveyKey) => expressionUtils_expr
118
118
  * @param status - string
119
119
  * @returns true/false
120
120
  */
121
- const hasStudyStatus = (status) => expressionUtils_expressionGen.generateExpression('getSurveyKeyAssignedUntil', undefined, status);
122
- const hasStudyStatusForIncoming = (status) => expressionUtils_expressionGen.generateExpression('incomingState:getSurveyKeyAssignedUntil', undefined, status);
121
+ const hasStudyStatus = (status) => expressionUtils_expressionGen.generateExpression('hasStudyStatus', undefined, status);
122
+ const hasStudyStatusForIncoming = (status) => expressionUtils_expressionGen.generateExpression('incomingState:hasStudyStatus', undefined, status);
123
123
  /**
124
124
  * Check if a participant flag with specific value is present
125
125
  * @param key look up this flag
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "case-editor-tools",
3
3
  "description": "Javascript tools to simplify survey and study coding for CASE.",
4
- "version": "1.6.4",
4
+ "version": "1.6.5",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
7
7
  "repository": "github:case-framework/case-editor-tools",