@formsort/constants
Advanced tools
Comparing version 1.1.3 to 1.2.0
declare enum WebEmbedMessage { | ||
EMBED_EVENT_MSG = "\u0192_wee", | ||
EMBED_REDIRECT_MSG = "\u0192_wer" | ||
EMBED_REDIRECT_MSG = "\u0192_wer", | ||
EMBED_RESIZE_MSG = "\u0192_wes" | ||
} | ||
export default WebEmbedMessage; |
@@ -7,3 +7,4 @@ "use strict"; | ||
WebEmbedMessage["EMBED_REDIRECT_MSG"] = "\u0192_wer"; | ||
WebEmbedMessage["EMBED_RESIZE_MSG"] = "\u0192_wes"; | ||
})(WebEmbedMessage || (WebEmbedMessage = {})); | ||
exports.default = WebEmbedMessage; |
{ | ||
"name": "@formsort/constants", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "fb922bf90fa908c1ffad915b21ce08abffd3d11c" | ||
"gitHead": "5d40ca5475b5f171885e8e63eedd0f80a36cba60" | ||
} |
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
6237
85