@formsort/constants
Advanced tools
Comparing version 1.7.0 to 1.8.0
# CHANGELOG | ||
## 1.8.0 | ||
### Various fixes & improvements | ||
- FLOW-370: set disable back navigation message (#94) by @alikirec | ||
## 1.7.0 | ||
@@ -3,0 +9,0 @@ |
@@ -11,4 +11,5 @@ declare enum CustomQuestionMessage { | ||
SET_RESPONDER_UUID_MSG = "\u0192_sru", | ||
CLEAR_ANSWER_VALUE_MSG = "\u0192_cav" | ||
CLEAR_ANSWER_VALUE_MSG = "\u0192_cav", | ||
SET_DISABLE_BACK_NAVIGATION_MSG = "\u0192_sdbn" | ||
} | ||
export default CustomQuestionMessage; |
@@ -15,3 +15,4 @@ "use strict"; | ||
CustomQuestionMessage["CLEAR_ANSWER_VALUE_MSG"] = "\u0192_cav"; | ||
CustomQuestionMessage["SET_DISABLE_BACK_NAVIGATION_MSG"] = "\u0192_sdbn"; | ||
})(CustomQuestionMessage || (CustomQuestionMessage = {})); | ||
exports.default = CustomQuestionMessage; |
{ | ||
"name": "@formsort/constants", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11081
178
0