milkio 1.0.0-alpha.47 → 1.0.0-alpha.48
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/package.json +1 -1
- package/world/index.ts +1 -1
package/package.json
CHANGED
package/world/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { $types, __initCommander, __initListener, __initExecuter, __initEventManager, type ExecuteId, type Logger, type Mixin, type GeneratedInit, type Ping, type LoggerSubmittingHandler, type LoggerInsertingHandler } from '..'
|
|
2
2
|
import { defineDefaultExecuteIdGenerator } from '../execute/execute-id-generator'
|
|
3
3
|
|
|
4
4
|
export interface MilkioInit {
|