@nsshunt/stsobservability 1.0.90 → 1.0.92

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.
@@ -194,11 +194,11 @@ class InstrumentVelocity extends InstrumentBase {
194
194
  constructor(options = {}) {
195
195
  super(options);
196
196
  __privateAdd(this, _InstrumentVelocity_instances);
197
- // eslint-disable-next-line no-unused-private-class-members
197
+ // eslint-disable-next-line @/no-unused-private-class-members
198
198
  __privateAdd(this, _val, 0);
199
199
  __privateAdd(this, _interval, null);
200
200
  __privateAdd(this, _timeoutComputeVelocity, null);
201
- // eslint-disable-next-line no-unused-private-class-members
201
+ // eslint-disable-next-line @/no-unused-private-class-members
202
202
  __privateAdd(this, _lastVelocity, 0);
203
203
  __privateAdd(this, _delta, 0);
204
204
  __privateAdd(this, _maxVelocity, 0);
@@ -210,7 +210,7 @@ class InstrumentVelocity extends InstrumentBase {
210
210
  __privateAdd(this, _averageValStack, []);
211
211
  __privateAdd(this, _maxAverageValStack, 0);
212
212
  __privateAdd(this, _maxAverageIterations, 0);
213
- // eslint-disable-next-line no-unused-private-class-members
213
+ // eslint-disable-next-line @/no-unused-private-class-members
214
214
  __privateAdd(this, _valStackMaxLength, 0);
215
215
  __privateAdd(this, _valStackAverage, 0);
216
216
  __privateAdd(this, _timeStamp, 0);