@di-framework/cli 0.0.0-prerelease.308 → 0.0.0-prerelease.309

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/README.md CHANGED
@@ -31,17 +31,19 @@ bun run packages/bin/main.ts <command> [args...]
31
31
 
32
32
  ### Available Commands
33
33
 
34
- * **`build`**: Builds the packages in the monorepo (`di-framework`, `di-framework-repo`, `di-framework-http`). It cleans the `dist` directories and runs `tsc`.
34
+ - **`build`**: Builds the packages in the monorepo (`di-framework`, `di-framework-repo`, `di-framework-http`). It cleans the `dist` directories and runs `tsc`.
35
+
35
36
  ```bash
36
37
  bun run packages/bin/main.ts build
37
38
  ```
38
39
 
39
- * **`typecheck`**: Runs TypeScript type checking across the packages to ensure type safety without emitting compiled files.
40
+ - **`typecheck`**: Runs TypeScript type checking across the packages to ensure type safety without emitting compiled files.
41
+
40
42
  ```bash
41
43
  bun run packages/bin/main.ts typecheck
42
44
  ```
43
45
 
44
- * **`publish`**: Publishes the built packages to the npm registry.
46
+ - **`publish`**: Publishes the built packages to the npm registry.
45
47
  ```bash
46
48
  bun run packages/bin/main.ts publish
47
49
  ```
package/dist/di-framework CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@di-framework/cli",
3
- "version": "0.0.0-prerelease.308",
3
+ "version": "0.0.0-prerelease.309",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "main.ts",