Skip to content

Commit

Permalink
deps: update @webpod/ps to 0.0.0-beta.6 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jun 7, 2024
1 parent f7d3e0a commit d8311ce
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
42 changes: 18 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/node": ">=20.11.30",
"@types/which": "^3.0.4",
"@webpod/ingrid": "^0.0.0-beta.3",
"@webpod/ps": "^0.0.0-beta.3",
"@webpod/ps": "^0.0.0-beta.6",
"c8": "^9.1.0",
"chalk": "^5.3.0",
"create-require": "^1.1.1",
Expand All @@ -114,13 +114,13 @@
"minimist": "^1.2.8",
"node-abort-controller": "^3.1.1",
"node-fetch-native": "^1.6.4",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
"tsx": "^4.11.0",
"tsx": "^4.13.2",
"typescript": "^5.4.5",
"which": "^4.0.0",
"yaml": "^2.4.2",
"yaml": "^2.4.3",
"zurk": "^0.2.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ describe('index', () => {
assert(which)
assert(YAML)
assert(ps)
assert(ps.lookup)
assert(ps.lookup.sync)
assert(ps.lookupSync)
assert(ps.tree)
assert(ps.tree.sync)
assert(ps.treeSync)

// utils
assert(quote)
Expand Down

0 comments on commit d8311ce

Please sign in to comment.