jrgen
jrgen copied to clipboard
Generates docs, tests, clients and servers for json-rpc apis.
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
* Found error: ```shell $ pwd /home/foo/jsonrpc $ jrgen docs-html sub/index.json /home/foo/jsonrpc/node_modules/jrgen/src/utils.js:201 throw error; ^ ResolverError: Error opening file "/home/foo/jsonrpc/methods/session/login.json" ENOENT: no such file or directory, open '/home/foo/jsonrpc/methods/session/login.json' at ReadFileContext.callback...
Add "method.type" to support JSONRPC notification spec.
[combining schemas example](https://spacetelescope.github.io/understanding-json-schema/reference/combining.html)