@swagger-api/apidom-parser-adapter-api-design-systems-yaml 1.0.0-beta.45 → 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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+
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)
13
+
14
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
15
+
6
16
  # [1.0.0-beta.45](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2025-08-01)
7
17
 
8
18
  **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.45",
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",
@@ -23,10 +23,10 @@
23
23
  "build:umd:browser": "cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress",
24
24
  "lint": "eslint ./",
25
25
  "lint:fix": "eslint ./ --fix",
26
- "clean": "rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types",
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": "npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test 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.45",
42
- "@swagger-api/apidom-ns-api-design-systems": "^1.0.0-beta.45",
43
- "@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.45",
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": "b2a782845066f2115c373571bc260ca9e2de452a"
58
+ "gitHead": "dadedad1899fc74d61f1b8af1550451d50a99848"
59
59
  }