http-spec icon indicating copy to clipboard operation
http-spec copied to clipboard

Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem.

Results 20 http-spec issues
Sort by recently updated
recently updated
newest added

`INodeTag` extends `ISpecExtensions` and as such should have `extensions` property containing all collected spec extensions. We accidentally spread `extensions` causing all spec extensions to be placed among other INodeTag members.

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.6. Release notes Sourced from @​babel/traverse's releases. v7.23.6 (2023-12-11) Thanks @​martinez-hugo and @​odinho for your first pull requests! :eyeglasses: Spec Compliance babel-generator, babel-parser, babel-types #16154...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

The README states: > T[here](https://www.youtube.com/watch?v=jn_1lJr-DLY) have been a lot of other attempts to have a universal specification such as API Elements, API Flow and they all failed for a number...

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.16.6. Changelog Sourced from terser's changelog. Changelog v5.16.7 Become less conservative with analyzing function definitions for reduce_vars Parse import.meta as a real AST node and...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

This will have to be a major release

enhancement

## Context Swagger v2 host and schemas are not mandatory (at least from documents i could find). But the following transformer is requesting them https://github.com/stoplightio/http-spec/blob/f5594fba2537c61ea42ed886096349dca57ebbeb/src/oas2/transformers/servers.ts#L32-L36 ## Current Behavior It is...