@moostjs/otel 0.5.15 → 0.5.16

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -155,6 +155,7 @@ interface TMoostParamsMetadata extends TCommonMetaFields, TCommonMoostMeta {
155
155
  nullable?: boolean;
156
156
  paramSource?: string;
157
157
  paramName?: string;
158
+ fromScope?: string | symbol;
158
159
  }
159
160
  type TInjectableScope = 'FOR_EVENT' | 'SINGLETON';
160
161
  type TMoostHandler<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moostjs/otel",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "@moostjs/otel",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -39,6 +39,6 @@
39
39
  "dependencies": {
40
40
  "@opentelemetry/api": "^1.9.0",
41
41
  "@opentelemetry/sdk-trace-base": "^1.25.1",
42
- "moost": "0.5.15"
42
+ "moost": "0.5.16"
43
43
  }
44
44
  }