@nsshunt/stsvueutils 1.0.87 → 1.0.89
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,11 +3017,8 @@ 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
|
-
const GetSTSInstrumentController = (app) => {
|
|
3023
|
-
return app.config.globalProperties.$sts[STSInstrumentControllerPluginKey];
|
|
3024
|
-
};
|
|
3025
3022
|
new TextEncoder();
|
|
3026
3023
|
new TextDecoder();
|
|
3027
3024
|
var ExtData = (
|
|
@@ -5626,7 +5623,7 @@ class STSWorkerManager {
|
|
|
5626
5623
|
}
|
|
5627
5624
|
console.log(chalk$1.yellow(`CompareSTSInstrumentControllerPluginKeyWMEx(): [${CompareSTSInstrumentControllerPluginKeyWMEx()}]`));
|
|
5628
5625
|
console.log(chalk$1.yellow(`Attempting to get STSInstrumentControllerPlugin using symbol: [${String(STSInstrumentControllerPluginKey)}]`));
|
|
5629
|
-
__privateSet(this, _STSInstrumentController,
|
|
5626
|
+
__privateSet(this, _STSInstrumentController, app.config.globalProperties.$sts.aic);
|
|
5630
5627
|
console.log(chalk$1.yellow(app.config.globalProperties.$sts[STSInstrumentControllerPluginKey]));
|
|
5631
5628
|
console.log(chalk$1.yellow(__privateGet(this, _STSInstrumentController)));
|
|
5632
5629
|
console.log(chalk$1.yellow(app.config.globalProperties.$sts.aic));
|