Skip to content

Commit

Permalink
gubu
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 2, 2023
1 parent fe7a2a1 commit f796f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ function make_ready(root: any) {
}
}

// TODO should callback with plugin errs, or throw them!

function api_ready(this: any, ready_func: any) {
var self = this

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eraro": "^2.1.0",
"fast-safe-stringify": "^2.1.1",
"gate-executor": "^3.1.1",
"gubu": "5.0.1",
"gubu": "6.0.1",
"lodash.defaultsdeep": "^4.6.1",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
Expand All @@ -108,7 +108,7 @@
"@hapi/code": "8",
"@hapi/lab": "25",
"@seneca/test-plugin": "0.1.0",
"@types/node": "^20.8.8",
"@types/node": "^20.8.10",
"async": "^3.2.4",
"bench": "^0.3.6",
"coveralls": "^3.1.1",
Expand All @@ -117,7 +117,7 @@
"lab-transform-typescript": "^3.0.1",
"lolex": "^6.0.0",
"prettier": "^3.0.3",
"seneca-entity": "^24.0.1",
"seneca-entity": "^25.0.0",
"seneca-error-test": "^0.2.2",
"seneca-joi": "^7.0.2",
"seneca-promisify": "^3.6.0",
Expand Down

0 comments on commit f796f60

Please sign in to comment.