Skip to content

Commit d8311ce

Browse files
authored
deps: update @webpod/ps to 0.0.0-beta.6 (google#840)
1 parent f7d3e0a commit d8311ce

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

package-lock.json

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/node": ">=20.11.30",
9595
"@types/which": "^3.0.4",
9696
"@webpod/ingrid": "^0.0.0-beta.3",
97-
"@webpod/ps": "^0.0.0-beta.3",
97+
"@webpod/ps": "^0.0.0-beta.6",
9898
"c8": "^9.1.0",
9999
"chalk": "^5.3.0",
100100
"create-require": "^1.1.1",
@@ -114,13 +114,13 @@
114114
"minimist": "^1.2.8",
115115
"node-abort-controller": "^3.1.1",
116116
"node-fetch-native": "^1.6.4",
117-
"prettier": "^3.2.5",
117+
"prettier": "^3.3.1",
118118
"ts-node": "^10.9.2",
119119
"tsd": "^0.31.0",
120-
"tsx": "^4.11.0",
120+
"tsx": "^4.13.2",
121121
"typescript": "^5.4.5",
122122
"which": "^4.0.0",
123-
"yaml": "^2.4.2",
123+
"yaml": "^2.4.3",
124124
"zurk": "^0.2.0"
125125
},
126126
"publishConfig": {

test/index.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ describe('index', () => {
100100
assert(which)
101101
assert(YAML)
102102
assert(ps)
103+
assert(ps.lookup)
104+
assert(ps.lookup.sync)
105+
assert(ps.lookupSync)
106+
assert(ps.tree)
107+
assert(ps.tree.sync)
108+
assert(ps.treeSync)
103109

104110
// utils
105111
assert(quote)

0 commit comments

Comments
 (0)