@nsshunt/stsobservability 1.0.67 → 1.0.69
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/stsobservability.mjs +0 -2
- package/dist/stsobservability.mjs.map +1 -1
- package/dist/stsobservability.umd.js +0 -2
- package/dist/stsobservability.umd.js.map +1 -1
- package/package.json +12 -12
- package/types/publish/publishInstrumentController.d.ts.map +1 -1
- package/types/publish/publishInstrumentsWebWorker.d.ts +0 -1
- package/types/publish/publishInstrumentsWebWorker.d.ts.map +0 -1
|
@@ -4721,8 +4721,6 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
4721
4721
|
return ePublishState2;
|
|
4722
4722
|
})(ePublishState || {});
|
|
4723
4723
|
const _PublishInstrumentController = class _PublishInstrumentController extends stsutils.STSOptionsBase {
|
|
4724
|
-
//#worker: any = undefined; // Worker
|
|
4725
|
-
//#wwClient: WebWorkerMessageHandler | null = null;
|
|
4726
4724
|
constructor(options) {
|
|
4727
4725
|
super(options);
|
|
4728
4726
|
__privateAdd(this, _PublishInstrumentController_instances);
|