@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
|
@@ -4725,8 +4725,6 @@ var ePublishState = /* @__PURE__ */ ((ePublishState2) => {
|
|
|
4725
4725
|
return ePublishState2;
|
|
4726
4726
|
})(ePublishState || {});
|
|
4727
4727
|
const _PublishInstrumentController = class _PublishInstrumentController extends STSOptionsBase {
|
|
4728
|
-
//#worker: any = undefined; // Worker
|
|
4729
|
-
//#wwClient: WebWorkerMessageHandler | null = null;
|
|
4730
4728
|
constructor(options) {
|
|
4731
4729
|
super(options);
|
|
4732
4730
|
__privateAdd(this, _PublishInstrumentController_instances);
|