@comate/zulu 0.0.13 → 0.1.0
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.
package/README.md
CHANGED
|
@@ -73991,7 +73991,7 @@ class SAProvider extends SkillProvider {
|
|
|
73991
73991
|
endCharacter: diagnostic.range.end.character + 2
|
|
73992
73992
|
},
|
|
73993
73993
|
textMessage: diagnostic.message,
|
|
73994
|
-
severity: '
|
|
73994
|
+
severity: 'WARNING',
|
|
73995
73995
|
repairData: {
|
|
73996
73996
|
source: 'SADiagnostic',
|
|
73997
73997
|
pluginName: 'devaux',
|