@swagger-api/apidom-ns-api-design-systems 1.0.0-beta.50 → 1.0.0-beta.51

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
+ # [1.0.0-beta.51](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.50...v1.0.0-beta.51) (2025-10-14)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
9
+
6
10
  # [1.0.0-beta.50](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2025-09-26)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
package/README.md CHANGED
@@ -52,7 +52,7 @@ isMainElement(mainElement); // => true
52
52
 
53
53
  ## Traversal
54
54
 
55
- Traversing ApiDOM in this namespace is possible by using `visit` function from `apidom` package.
55
+ Traversing ApiDOM in this namespace is possible by using `visit` function from `apidom-core` package.
56
56
  This package comes with its own [keyMap](https://github.com/swagger-api/apidom/blob/main/packages/apidom-ns-api-design-systems/src/traversal/visitor.ts) and and [nodeTypeGetter](https://github.com/swagger-api/apidom/blob/main/packages/apidom-ns-api-design-systems/src/traversal/visitor.ts).
57
57
  To learn more about these `visit` configuration options please refer to [@swagger-api/apidom-ast documentation](https://github.com/swagger-api/apidom/blob/main/packages/apidom-ast/README.md#visit).
58
58
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-ns-api-design-systems",
3
3
  "description": "API Design Systems 2021-05-07 namespace for ApiDOM.",
4
- "version": "1.0.0-beta.50",
4
+ "version": "1.0.0-beta.51",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org"
@@ -42,9 +42,9 @@
42
42
  "license": "Apache-2.0",
43
43
  "dependencies": {
44
44
  "@babel/runtime-corejs3": "^7.26.10",
45
- "@swagger-api/apidom-core": "^1.0.0-beta.50",
46
- "@swagger-api/apidom-error": "^1.0.0-beta.50",
47
- "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.50",
45
+ "@swagger-api/apidom-core": "^1.0.0-beta.51",
46
+ "@swagger-api/apidom-error": "^1.0.0-beta.51",
47
+ "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.51",
48
48
  "@types/ramda": "~0.30.0",
49
49
  "ramda": "~0.30.0",
50
50
  "ramda-adjunct": "^5.0.0",
@@ -60,5 +60,5 @@
60
60
  "README.md",
61
61
  "CHANGELOG.md"
62
62
  ],
63
- "gitHead": "fc33809ee41ef8f7385e96d7062ef6161a0eb6c9"
63
+ "gitHead": "b728c58aa38d60d6d4fa190ca446672d7df88e16"
64
64
  }