@swagger-api/apidom-parser-adapter-json-schema-json-2020-12 1.0.0-beta.38 → 1.0.0-beta.40

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.40](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2025-05-30)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-json-2020-12
9
+
10
+ # [1.0.0-beta.39](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2025-05-20)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-json-2020-12
13
+
6
14
  # [1.0.0-beta.38](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2025-05-16)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-json-2020-12
@@ -10831,7 +10831,7 @@ const mergeObjectElement = (targetElement, sourceElement, options) => {
10831
10831
  if ((0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_2__.isObjectElement)(targetElement) && targetElement.hasKey(keyValue) && options.isMergeableElement(value)) {
10832
10832
  const targetValue = targetElement.get(keyValue);
10833
10833
  clonedMember = (0,_clone_index_mjs__WEBPACK_IMPORTED_MODULE_1__.cloneShallow)(member);
10834
- clonedMember.value = getMergeFunction(key, options)(targetValue, value);
10834
+ clonedMember.value = getMergeFunction(key, options)(targetValue, value, options);
10835
10835
  } else {
10836
10836
  clonedMember = (0,_clone_index_mjs__WEBPACK_IMPORTED_MODULE_1__.cloneShallow)(member);
10837
10837
  clonedMember.value = cloneUnlessOtherwiseSpecified(value, options);
@@ -12414,10 +12414,10 @@ var SHARED = '__core-js_shared__';
12414
12414
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
12415
12415
 
12416
12416
  (store.versions || (store.versions = [])).push({
12417
- version: '3.41.0',
12417
+ version: '3.42.0',
12418
12418
  mode: IS_PURE ? 'pure' : 'global',
12419
12419
  copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
12420
- license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
12420
+ license: 'https://github.com/zloirock/core-js/blob/v3.42.0/LICENSE',
12421
12421
  source: 'https://github.com/zloirock/core-js'
12422
12422
  });
12423
12423