@swagger-api/apidom-parser-adapter-api-design-systems-yaml 1.0.0-rc.2 → 1.0.0-rc.4
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 +8 -0
- package/README.md +2 -2
- package/dist/apidom-parser-adapter-api-design-systems-yaml.browser.js +1 -1
- package/dist/apidom-parser-adapter-api-design-systems-yaml.browser.min.js +1 -1
- package/dist/{1496cfca5e4d41188323a914b9705264.wasm → fe6ac473f020fbdb0dc39a494e428b55.wasm} +0 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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-rc.4](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
9
|
+
|
|
10
|
+
# [1.0.0-rc.3](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2025-11-07)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
13
|
+
|
|
6
14
|
# [1.0.0-rc.2](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2025-11-07)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Supported versions:
|
|
|
6
6
|
- 2021-05-07
|
|
7
7
|
|
|
8
8
|
Under the hood this adapter uses [@swagger-api/apidom-parser-adapter-yaml-1-2](https://github.com/swagger-api/apidom/tree/main/packages/apidom-parser-adapter-yaml-1-2)
|
|
9
|
-
to parse a source string into generic ApiDOM in [base ApiDOM namespace](https://github.com/swagger-api/apidom/tree/main/packages/apidom#base-namespace)
|
|
9
|
+
to parse a source string into generic ApiDOM in [base ApiDOM namespace](https://github.com/swagger-api/apidom/tree/main/packages/apidom-core#base-namespace)
|
|
10
10
|
which is then refracted with [API Design Systems Refractors](https://github.com/swagger-api/apidom/tree/main/packages/apidom-ns-api-design-systems#refractors).
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -36,7 +36,7 @@ Defines list of media types that this parser adapter recognizes.
|
|
|
36
36
|
|
|
37
37
|
### detect
|
|
38
38
|
|
|
39
|
-
[Detection](https://github.com/swagger-api/apidom/blob/main/packages/apidom-parser-adapter-api-design-systems-yaml/src/adapter.ts#
|
|
39
|
+
[Detection](https://github.com/swagger-api/apidom/blob/main/packages/apidom-parser-adapter-api-design-systems-yaml/src/adapter.ts#L21) is based on a regular expression matching required API Design Systems specification symbols in YAML format.
|
|
40
40
|
|
|
41
41
|
### namespace
|
|
42
42
|
|
|
@@ -17810,7 +17810,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17810
17810
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17811
17811
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
17812
17812
|
/* harmony export */ });
|
|
17813
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "
|
|
17813
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "fe6ac473f020fbdb0dc39a494e428b55.wasm");
|
|
17814
17814
|
|
|
17815
17815
|
/***/ }),
|
|
17816
17816
|
|