@pipelab/shared 1.0.0-beta.11 → 1.0.0-beta.13

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,23 @@
1
1
  # @pipelab/shared
2
2
 
3
+ ## 1.0.0-beta.13
4
+
5
+ ### Patch Changes
6
+
7
+ - sd
8
+ - Updated dependencies
9
+ - @pipelab/constants@1.0.0-beta.15
10
+ - @pipelab/migration@1.0.0-beta.13
11
+
12
+ ## 1.0.0-beta.12
13
+
14
+ ### Patch Changes
15
+
16
+ - qs
17
+ - Updated dependencies
18
+ - @pipelab/constants@1.0.0-beta.14
19
+ - @pipelab/migration@1.0.0-beta.12
20
+
3
21
  ## 1.0.0-beta.11
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -1355,6 +1355,8 @@ type IpcDefinition = {
1355
1355
  };
1356
1356
  } | {
1357
1357
  type: "ready";
1358
+ } | {
1359
+ type: "done";
1358
1360
  }];
1359
1361
  "plugin:loaded": [void, {
1360
1362
  plugin: RendererPluginDefinition;