@muspellheim/shared 0.9.2 → 0.9.3

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/shared.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/shared.d.ts CHANGED
@@ -87,7 +87,7 @@ export declare type CommandStatus = Success | Failure;
87
87
  * }
88
88
  * ```
89
89
  */
90
- export declare class ConfigurableResponses<T> {
90
+ export declare class ConfigurableResponses<T = unknown> {
91
91
  #private;
92
92
  /**
93
93
  * Create a list of responses (by providing an array), or a single repeating
@@ -257,7 +257,7 @@ export declare interface MessageClient extends EventTarget {
257
257
  * const data = eventsRecorded.data(); // [event1, event2, ...]
258
258
  * ```
259
259
  */
260
- export declare class OutputTracker<T> {
260
+ export declare class OutputTracker<T = unknown> {
261
261
  #private;
262
262
  /**
263
263
  * Create a tracker for a specific event of an event target.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muspellheim/shared",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "author": "Falko Schumann",
5
5
  "license": "MIT",
6
6
  "engines": {