@swagger-api/apidom-parser-adapter-api-design-systems-yaml 0.69.0 → 0.69.1

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,10 @@
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
+ ## [0.69.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
9
+
6
10
  # [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
7
11
 
8
12
  ### Features
@@ -34544,7 +34544,7 @@ var zipWith =
34544
34544
  /******/ var document = __webpack_require__.g.document;
34545
34545
  /******/ if (!scriptUrl && document) {
34546
34546
  /******/ if (document.currentScript)
34547
- /******/ scriptUrl = document.currentScript.src
34547
+ /******/ scriptUrl = document.currentScript.src;
34548
34548
  /******/ if (!scriptUrl) {
34549
34549
  /******/ var scripts = document.getElementsByTagName("script");
34550
34550
  /******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-api-design-systems-yaml",
3
- "version": "0.69.0",
3
+ "version": "0.69.1",
4
4
  "description": "Parser adapter for parsing YAML documents into API Design Systems namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "^7.20.7",
41
- "@swagger-api/apidom-core": "^0.69.0",
42
- "@swagger-api/apidom-ns-api-design-systems": "^0.69.0",
43
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.69.0",
41
+ "@swagger-api/apidom-core": "^0.69.1",
42
+ "@swagger-api/apidom-ns-api-design-systems": "^0.69.1",
43
+ "@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.69.1",
44
44
  "@types/ramda": "=0.28.23",
45
45
  "ramda": "=0.28.0",
46
46
  "ramda-adjunct": "=3.4.0"
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "88ec22a4e4721fc8a3aeb1942b6da32fa2ef512b"
58
+ "gitHead": "977837b2e93c600fe09ded688cd67c5ee2a782d5"
59
59
  }