@nsshunt/stsinstrumentmanagerclient 1.0.18 → 1.0.20
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/types/globalServiceDefinitions.d.ts +2 -2
- package/types/globalServiceDefinitions.d.ts.map +1 -1
- package/types/index.d.ts +12 -12
- package/types/index.d.ts.map +1 -1
- package/types/publish/agentinstrumentcontroller.d.ts +2 -2
- package/types/publish/agentinstrumentcontroller.d.ts.map +1 -1
- package/types/publish/publishInstrumentController.d.ts +1 -1
- package/types/publish/publishInstrumentController.d.ts.map +1 -1
- package/types/publish/publishInstruments.d.ts +1 -1
- package/types/publish/publishInstruments.d.ts.map +1 -1
- package/types/publish/publishers/publishTransportRESTServer.d.ts +1 -1
- package/types/publish/publishers/publishTransportRESTServer.d.ts.map +1 -1
- package/types/subscribe/observabilityPayloadTransformer.d.ts +1 -1
- package/types/subscribe/observabilityPayloadTransformer.d.ts.map +1 -1
- package/types/subscribe/observabilitymodelutils.d.ts +1 -1
- package/types/subscribe/observabilitymodelutils.d.ts.map +1 -1
- package/types/subscribe/restClientSubscriber.d.ts +1 -1
- package/types/subscribe/restClientSubscriber.d.ts.map +1 -1
- package/types/subscribe/socketClientSubscriber.d.ts +2 -2
- package/types/subscribe/socketClientSubscriber.d.ts.map +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2262,7 +2262,7 @@ var import_source = /* @__PURE__ */ __toESM$1((/* @__PURE__ */ __commonJSMin$1((
|
|
|
2262
2262
|
chalk.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
2263
2263
|
chalk.stderr.supportsColor = stderrColor;
|
|
2264
2264
|
module.exports = chalk;
|
|
2265
|
-
})))());
|
|
2265
|
+
})))(), 1);
|
|
2266
2266
|
var __create = Object.create;
|
|
2267
2267
|
var __defProp = Object.defineProperty;
|
|
2268
2268
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|