@nsshunt/stsvueutils 1.0.87 → 1.0.88
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/dist/stsvueutils.mjs
CHANGED
|
@@ -3017,7 +3017,7 @@ const chalk$2 = Chalk$1();
|
|
|
3017
3017
|
chalk$2.supportsColor = stdoutColor$1;
|
|
3018
3018
|
chalk$2.stderr = Chalk$1({ level: stderrColor$1 ? stderrColor$1.level : 0 });
|
|
3019
3019
|
chalk$2.stderr.supportsColor = stderrColor$1;
|
|
3020
|
-
const STSInstrumentControllerPluginKey = Symbol();
|
|
3020
|
+
const STSInstrumentControllerPluginKey = Symbol("instrumentController");
|
|
3021
3021
|
const GetSTSInstrumentControllerPluginKey = () => STSInstrumentControllerPluginKey;
|
|
3022
3022
|
const GetSTSInstrumentController = (app) => {
|
|
3023
3023
|
return app.config.globalProperties.$sts[STSInstrumentControllerPluginKey];
|