@apitree.cz/cli 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ pnpm apitree --help
30
30
 
31
31
  #### `sync-project-references`
32
32
 
33
- Synchronize monorepo project references in TS config files (multi-target builds supported).
33
+ Synchronize monorepo project references in TS config files.
34
34
 
35
35
  ```bash
36
36
  pnpm apitree sync-project-references --help
@@ -39,7 +39,7 @@ pnpm apitree sync-project-references --help
39
39
  ##### Configuration
40
40
 
41
41
  You can configure the command with an optional config file (`sync-project-references.config.js` by default,
42
- pass `--config` option with custom path).
42
+ use `--config` to customize).
43
43
 
44
44
  ```js
45
45
  /** @type {import('@apitree/cli').SyncProjectReferencesConfig} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Command line interface for ApiTree projects.",
5
5
  "keywords": [
6
6
  "apitree",