schema-utils-js icon indicating copy to clipboard operation
schema-utils-js copied to clipboard

Utils for OpenRPC. https://open-rpc.github.io/schema-utils-js/

Results 58 schema-utils-js issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.99.6. Release notes Sourced from webpack's releases. v5.99.6 Fixes Respect public path for ES modules Fixed generation of module for module library when mixing commonjs...

dependencies
javascript

Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.3. Release notes Sourced from typescript's releases. TypeScript 5.8 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...

dependencies
javascript

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.2.1 to 5.2.6. Release notes Sourced from eslint-plugin-prettier's releases. v5.2.6 Patch Changes #723 1451176 Thanks @​renovate! - fix(deps): bump synckit to v0.11.0 v5.2.5 Patch Changes #721 4f5513d...

dependencies
javascript

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together. Updates `fs-extra` from 10.1.0 to 11.3.0 Changelog Sourced from fs-extra's changelog. 11.3.0 / 2025-01-15 Add promise support for newer...

dependencies

Fixes #974 by adding `dereferenceDocument` and `OpenRPCDocumentDereferencingError` to the web exports to match `index.ts`.

**Describe the bug** The `dereferenceDocument` function is exported in `index.ts` ([source](https://github.com/open-rpc/schema-utils-js/blob/master/src/index.ts#L24)) but not exported in `index-web.ts` ([source](https://github.com/open-rpc/schema-utils-js/blob/master/src/index-web.ts#L25-L37)). It seems like this is an intentional exclusion but I can't figure out...

**Describe the bug** Incorrectly throws errors when encountering unknown JSON Schema formats, specifically for me `"format": "int64"`. According to JSON Schema Draft 7 specification, validators should ignore unknown formats, not...