@moku-labs/core 0.1.0-alpha.1 → 0.1.0-alpha.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.
package/dist/index.d.cts CHANGED
@@ -898,4 +898,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
898
898
  config: Config;
899
899
  }): CoreConfigResult<Config, Events>;
900
900
  //#endregion
901
- export { type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, createCoreConfig };
901
+ export { type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreConfigResult, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig };
package/dist/index.d.mts CHANGED
@@ -898,4 +898,4 @@ declare function createCoreConfig<Config extends Record<string, unknown>, Events
898
898
  config: Config;
899
899
  }): CoreConfigResult<Config, Events>;
900
900
  //#endregion
901
- export { type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, createCoreConfig };
901
+ export { type AnyPluginInstance, type App, type BoundCreateCoreFunction, type BoundCreatePluginFunction, type CoreConfigResult, type CreateAppOptions, type CreateCoreOptions, type CreateCoreResult, type EmitFunction as EmitFn, type PluginContext_ as PluginCtx, type PluginInstance, createCoreConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moku-labs/core",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "author": "Alex Kucherenko",
5
5
  "repository": {
6
6
  "type": "git",