@palmetto/pubsub 2.2.1 → 2.2.2

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.
@@ -57,5 +57,5 @@ interface Tracer {
57
57
  scope(): Scope;
58
58
  }
59
59
  export declare function getTracer(): Tracer;
60
- export declare function registerDdTrace(tracer: Tracer): void;
60
+ export declare function registerDdTrace(tracer: unknown): void;
61
61
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palmetto/pubsub",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "./dist/main.js",
5
5
  "scripts": {
6
6
  "lint": "yarn run -T eslint --fix ./src",