@swagger-api/apidom-ns-openapi-3-1 0.82.2 → 0.83.0

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.83.0](https://github.com/swagger-api/apidom/compare/v0.82.2...v0.83.0) (2023-11-07)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1
9
+
6
10
  ## [0.82.2](https://github.com/swagger-api/apidom/compare/v0.82.1...v0.82.2) (2023-11-03)
7
11
 
8
12
  ### Bug Fixes
@@ -19326,7 +19326,7 @@ class CloneError extends _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__[
19326
19326
  constructor(message, structuredOptions) {
19327
19327
  super(message, structuredOptions);
19328
19328
  if (typeof structuredOptions !== 'undefined') {
19329
- this.value = structuredOptions.source;
19329
+ this.value = structuredOptions.value;
19330
19330
  }
19331
19331
  }
19332
19332
  }