@formsort/constants
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -5,2 +5,4 @@ declare enum CustomQuestionMessage { | ||
SET_ANSWER_VALUE_MSG = "\u0192_sav", | ||
REQUEST_SEMANTIC_ANSWER_VALUE_MSG = "\u0192_rsv", | ||
SET_SEMANTIC_ANSWER_VALUE_MSG = "\u0192_ssv", | ||
REQUEST_ANSWERS_MSG = "\u0192_ra", | ||
@@ -7,0 +9,0 @@ SET_ANSWERS_MSG = "\u0192_sa", |
@@ -8,2 +8,4 @@ "use strict"; | ||
CustomQuestionMessage["SET_ANSWER_VALUE_MSG"] = "\u0192_sav"; | ||
CustomQuestionMessage["REQUEST_SEMANTIC_ANSWER_VALUE_MSG"] = "\u0192_rsv"; | ||
CustomQuestionMessage["SET_SEMANTIC_ANSWER_VALUE_MSG"] = "\u0192_ssv"; | ||
CustomQuestionMessage["REQUEST_ANSWERS_MSG"] = "\u0192_ra"; | ||
@@ -10,0 +12,0 @@ CustomQuestionMessage["SET_ANSWERS_MSG"] = "\u0192_sa"; |
{ | ||
"name": "@formsort/constants", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -31,8 +31,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.3" | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.1.0", | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5981
78