Skip to content

Commit

Permalink
chore(ctl): fix cyclic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed May 27, 2024
1 parent b37e3ea commit 6a8127c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ctl/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ctl.start()

```

In addition to `Ctl` class, package expose functions to call systemctl directly
In addition to `Ctl` class, package expose functions to call systemctl directly.

```ts
import {restart, start, stop} from "@systemd-js/ctl";
Expand Down
2 changes: 1 addition & 1 deletion packages/ctl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@systemd-js/ctl": "^0.2.0"
"@systemd-js/conf": "^0.2.0"
},
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.26",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ __metadata:
languageName: node
linkType: hard

"@systemd-js/conf@workspace:packages/conf":
"@systemd-js/conf@npm:^0.2.0, @systemd-js/conf@workspace:packages/conf":
version: 0.0.0-use.local
resolution: "@systemd-js/conf@workspace:packages/conf"
dependencies:
Expand All @@ -1193,13 +1193,13 @@ __metadata:
languageName: unknown
linkType: soft

"@systemd-js/ctl@npm:^0.2.0, @systemd-js/ctl@workspace:packages/ctl":
"@systemd-js/ctl@workspace:packages/ctl":
version: 0.0.0-use.local
resolution: "@systemd-js/ctl@workspace:packages/ctl"
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.26"
"@chyzwar/tsconfig": "npm:^0.2.26"
"@systemd-js/ctl": "npm:^0.2.0"
"@systemd-js/conf": "npm:^0.2.0"
"@types/node": "npm:^20.12.12"
eslint: "npm:^9.3.0"
typescript: "npm:^5.4.5"
Expand Down

0 comments on commit 6a8127c

Please sign in to comment.