@swagger-api/apidom-ns-api-design-systems 1.0.0-beta.1 → 1.0.0-beta.3

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,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-beta.3](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-11-25)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
9
+
10
+ # [1.0.0-beta.2](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-11-22)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
13
+
6
14
  # [1.0.0-beta.1](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-11-22)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-ns-api-design-systems
@@ -16500,7 +16500,9 @@ __webpack_require__.r(__webpack_exports__);
16500
16500
  /* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7258);
16501
16501
 
16502
16502
 
16503
- // getNodeType :: Node -> String
16503
+ /**
16504
+ * @public
16505
+ */
16504
16506
  const getNodeType = element => {
16505
16507
  if (!(0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_0__.isElement)(element)) {
16506
16508
  return undefined;
@@ -16516,6 +16518,7 @@ const getNodeType = element => {
16516
16518
  *
16517
16519
  * To be 100% sure that currently visiting `LinkElement` is from this namespace
16518
16520
  * use `isLinkElement` predicate from this namespace to assert for it.
16521
+ * @public
16519
16522
  */
16520
16523
 
16521
16524
  const keyMap = {
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.1",
4
+ "version": "1.0.0-beta.3",
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.20.7",
45
- "@swagger-api/apidom-core": "^1.0.0-beta.1",
46
- "@swagger-api/apidom-error": "^1.0.0-beta.1",
47
- "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.1",
45
+ "@swagger-api/apidom-core": "^1.0.0-beta.3",
46
+ "@swagger-api/apidom-error": "^1.0.0-beta.3",
47
+ "@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.3",
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": "605eed17c44883c182280c2297c9f6e46d639eec"
63
+ "gitHead": "a0cf66f3e4520986db154bd2b97001715a8a3287"
64
64
  }