case-editor-tools 1.6.10 → 1.6.11
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.
|
@@ -391,7 +391,7 @@ const hasLinkingCode = (forKey) => {
|
|
|
391
391
|
* @returns
|
|
392
392
|
*/
|
|
393
393
|
const getLinkingCode = (forKey) => {
|
|
394
|
-
return expressionUtils_expressionGen.generateExpression("
|
|
394
|
+
return expressionUtils_expressionGen.generateExpression("getLinkingCodeValue", undefined, forKey);
|
|
395
395
|
};
|
|
396
396
|
/**
|
|
397
397
|
* Set a linking code for a specific key. This will override any existing value for that key, if already present.
|
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
|
+
"version": "1.6.11",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": "github:case-framework/case-editor-tools",
|