@navios/commander 0.7.0 → 0.8.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navios/commander",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "author": {
5
5
  "name": "Oleksandr Hanzha",
6
6
  "email": "alex@granted.name"
@@ -15,7 +15,7 @@
15
15
  "zod": "^4.0.0"
16
16
  },
17
17
  "typings": "./lib/index.d.mts",
18
- "main": "./lib/index.js",
18
+ "main": "./lib/index.cjs",
19
19
  "module": "./lib/index.mjs",
20
20
  "exports": {
21
21
  ".": {
@@ -24,17 +24,17 @@
24
24
  "default": "./lib/index.mjs"
25
25
  },
26
26
  "require": {
27
- "types": "./lib/index.d.ts",
28
- "default": "./lib/index.js"
27
+ "types": "./lib/index.d.cts",
28
+ "default": "./lib/index.cjs"
29
29
  }
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
33
  "tsx": "^4.21.0",
34
34
  "typescript": "^5.9.3",
35
- "zod": "^4.1.13"
35
+ "zod": "^4.2.1"
36
36
  },
37
37
  "dependencies": {
38
- "@navios/di": "^0.6.0"
38
+ "@navios/di": "^0.8.0"
39
39
  }
40
40
  }
@@ -1,5 +0,0 @@
1
- export interface CliModule {
2
- onModuleInit?(): void | Promise<void>;
3
- onModuleDestroy?(): void | Promise<void>;
4
- }
5
- //# sourceMappingURL=cli-module.interface.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli-module.interface.d.mts","sourceRoot":"","sources":["../../../src/interfaces/cli-module.interface.mts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,YAAY,CAAC,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACrC,eAAe,CAAC,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACzC"}
@@ -1,2 +0,0 @@
1
- export type { NaviosModule as Module } from '@navios/core';
2
- //# sourceMappingURL=module.interface.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"module.interface.d.mts","sourceRoot":"","sources":["../../../src/interfaces/module.interface.mts"],"names":[],"mappings":"AACA,YAAY,EAAE,YAAY,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("tsup").Options | import("tsup").Options[] | ((overrideOptions: import("tsup").Options) => import("tsup").Options | import("tsup").Options[] | Promise<import("tsup").Options | import("tsup").Options[]>);
2
- export default _default;
3
- //# sourceMappingURL=tsup.config.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tsup.config.d.mts","sourceRoot":"","sources":["../tsup.config.mts"],"names":[],"mappings":";AAEA,wBASE"}