@jentic/arazzo-parser 1.0.0-alpha.19 → 1.0.0-alpha.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.20](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2026-02-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - loosen parsing constraints to parse URIs without extensions ([#108](https://github.com/jentic/jentic-arazzo-tools/issues/108)) ([3720140](https://github.com/jentic/jentic-arazzo-tools/commit/372014060b7feae9a98e220277c2a5888132bad2))
11
+
6
12
  # [1.0.0-alpha.19](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2026-02-23)
7
13
 
8
14
  ### Features
@@ -88,29 +88,21 @@ __webpack_require__.r(__webpack_exports__);
88
88
  const defaultOptions = {
89
89
  parse: {
90
90
  parsers: [new _speclynx_apidom_reference_parse_parsers_arazzo_json_1__WEBPACK_IMPORTED_MODULE_3__["default"]({
91
- allowEmpty: false,
92
- fileExtensions: ['.json']
91
+ allowEmpty: false
93
92
  }), new _speclynx_apidom_reference_parse_parsers_arazzo_yaml_1__WEBPACK_IMPORTED_MODULE_4__["default"]({
94
- allowEmpty: false,
95
- fileExtensions: ['.yaml', '.yml']
93
+ allowEmpty: false
96
94
  }), new _speclynx_apidom_reference_parse_parsers_openapi_json_2__WEBPACK_IMPORTED_MODULE_5__["default"]({
97
- allowEmpty: false,
98
- fileExtensions: ['.json']
95
+ allowEmpty: false
99
96
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_2__WEBPACK_IMPORTED_MODULE_6__["default"]({
100
- allowEmpty: false,
101
- fileExtensions: ['.yaml', '.yml']
97
+ allowEmpty: false
102
98
  }), new _speclynx_apidom_reference_parse_parsers_openapi_json_3_0__WEBPACK_IMPORTED_MODULE_7__["default"]({
103
- allowEmpty: false,
104
- fileExtensions: ['.json']
99
+ allowEmpty: false
105
100
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_3_0__WEBPACK_IMPORTED_MODULE_8__["default"]({
106
- allowEmpty: false,
107
- fileExtensions: ['.yaml', '.yml']
101
+ allowEmpty: false
108
102
  }), new _speclynx_apidom_reference_parse_parsers_openapi_json_3_1__WEBPACK_IMPORTED_MODULE_9__["default"]({
109
- allowEmpty: false,
110
- fileExtensions: ['.json']
103
+ allowEmpty: false
111
104
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_3_1__WEBPACK_IMPORTED_MODULE_10__["default"]({
112
- allowEmpty: false,
113
- fileExtensions: ['.yaml', '.yml']
105
+ allowEmpty: false
114
106
  })],
115
107
  parserOpts: {
116
108
  sourceMap: false,
@@ -318,23 +310,17 @@ __webpack_require__.r(__webpack_exports__);
318
310
  const defaultOptions = {
319
311
  parse: {
320
312
  parsers: [new _speclynx_apidom_reference_parse_parsers_openapi_json_2__WEBPACK_IMPORTED_MODULE_2__["default"]({
321
- allowEmpty: false,
322
- fileExtensions: ['.json']
313
+ allowEmpty: false
323
314
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_2__WEBPACK_IMPORTED_MODULE_3__["default"]({
324
- allowEmpty: false,
325
- fileExtensions: ['.yaml', '.yml']
315
+ allowEmpty: false
326
316
  }), new _speclynx_apidom_reference_parse_parsers_openapi_json_3_0__WEBPACK_IMPORTED_MODULE_4__["default"]({
327
- allowEmpty: false,
328
- fileExtensions: ['.json']
317
+ allowEmpty: false
329
318
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_3_0__WEBPACK_IMPORTED_MODULE_5__["default"]({
330
- allowEmpty: false,
331
- fileExtensions: ['.yaml', '.yml']
319
+ allowEmpty: false
332
320
  }), new _speclynx_apidom_reference_parse_parsers_openapi_json_3_1__WEBPACK_IMPORTED_MODULE_6__["default"]({
333
- allowEmpty: false,
334
- fileExtensions: ['.json']
321
+ allowEmpty: false
335
322
  }), new _speclynx_apidom_reference_parse_parsers_openapi_yaml_3_1__WEBPACK_IMPORTED_MODULE_7__["default"]({
336
- allowEmpty: false,
337
- fileExtensions: ['.yaml', '.yml']
323
+ allowEmpty: false
338
324
  })],
339
325
  parserOpts: {
340
326
  sourceMap: false,