@pipelab/shared 2.0.1-latest.34 → 2.0.1-latest.36

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pipelab/shared
2
2
 
3
+ ## 2.0.1-latest.36
4
+
5
+ ### Patch Changes
6
+
7
+ - qsd
8
+ - Updated dependencies
9
+ - @pipelab/migration@1.0.1-latest.35
10
+
11
+ ## 2.0.1-latest.35
12
+
13
+ ### Patch Changes
14
+
15
+ - sdfc
16
+ - Updated dependencies
17
+ - @pipelab/migration@1.0.1-latest.34
18
+
3
19
  ## 2.0.1-latest.34
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -1291,6 +1291,8 @@ type IpcDefinition$1 = {
1291
1291
  data: {
1292
1292
  message: string;
1293
1293
  };
1294
+ } | {
1295
+ type: "ready";
1294
1296
  }];
1295
1297
  };
1296
1298
  type Channels = keyof IpcDefinition$1;