mods-toolkit-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -31,3 +31,4 @@ export interface Dialog { | ||
Ask = "Ask", | ||
Answer = "Anwser" | ||
Answer = "Anwser", | ||
Output = "Output" | ||
} | ||
@@ -34,0 +35,0 @@ export declare class DialogMsg { |
@@ -26,2 +26,3 @@ /*--------------------------------------------------------- | ||
DialogType["Answer"] = "Anwser"; | ||
DialogType["Output"] = "Output"; | ||
})(DialogType = exports.DialogType || (exports.DialogType = {})); | ||
@@ -28,0 +29,0 @@ class DialogMsg { |
{ | ||
"name": "mods-toolkit-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "mods-toolkit-api", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
30370
641