@swagger-api/apidom-parser-adapter-api-design-systems-yaml 1.0.0-beta.46 → 1.0.0-beta.47

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
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-beta.47](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2025-09-01)
7
+
8
+ ### Features
9
+
10
+ - **ls:** disable newly added rules for 3.1 spec ([#4997](https://github.com/swagger-api/apidom/issues/4997)) ([d5b16f8](https://github.com/swagger-api/apidom/commit/d5b16f82a916aea70929d2f3ff5be04769d8d8d3))
11
+
6
12
  # [1.0.0-beta.46](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2025-08-19)
7
13
 
8
14
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-api-design-systems-yaml",
3
- "version": "1.0.0-beta.46",
3
+ "version": "1.0.0-beta.47",
4
4
  "description": "Parser adapter for parsing YAML documents into API Design Systems namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -26,7 +26,7 @@
26
26
  "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' ./dist ./types",
27
27
  "typescript:check-types": "tsc --noEmit && tsc -p ./test/tsconfig.json --noEmit",
28
28
  "typescript:declaration": "tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json",
29
- "test": "NODE_ENV=test ts-mocha",
29
+ "test": "NODE_ENV=test ts-mocha --exit",
30
30
  "prepack": "copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .",
31
31
  "postpack": "rimraf NOTICE LICENSES"
32
32
  },
@@ -38,9 +38,9 @@
38
38
  "license": "Apache-2.0",
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "^7.26.10",
41
- "@swagger-api/apidom-core": "^1.0.0-beta.46",
42
- "@swagger-api/apidom-ns-api-design-systems": "^1.0.0-beta.46",
43
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.46",
41
+ "@swagger-api/apidom-core": "^1.0.0-beta.47",
42
+ "@swagger-api/apidom-ns-api-design-systems": "^1.0.0-beta.47",
43
+ "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.47",
44
44
  "@types/ramda": "~0.30.0",
45
45
  "ramda": "~0.30.0",
46
46
  "ramda-adjunct": "^5.0.0"
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "af2c9e482e71b3968588a6b268ce530b5ed63a0d"
58
+ "gitHead": "dadedad1899fc74d61f1b8af1550451d50a99848"
59
59
  }