@swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12 1.0.0-beta.13 → 1.0.0-beta.15

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.15](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2025-03-11)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
9
+
10
+ # [1.0.0-beta.14](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2025-03-11)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
13
+
6
14
  # [1.0.0-beta.13](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2025-03-10)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
@@ -13684,10 +13684,10 @@ var SHARED = '__core-js_shared__';
13684
13684
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
13685
13685
 
13686
13686
  (store.versions || (store.versions = [])).push({
13687
- version: '3.39.0',
13687
+ version: '3.41.0',
13688
13688
  mode: IS_PURE ? 'pure' : 'global',
13689
- copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
13690
- license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
13689
+ copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
13690
+ license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
13691
13691
  source: 'https://github.com/zloirock/core-js'
13692
13692
  });
13693
13693
 
@@ -16014,6 +16014,7 @@ var NATIVE_BIND = __webpack_require__(41780);
16014
16014
 
16015
16015
  var FunctionPrototype = Function.prototype;
16016
16016
  var call = FunctionPrototype.call;
16017
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
16017
16018
  var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
16018
16019
 
16019
16020
  module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
@@ -18343,7 +18344,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
18343
18344
  var NATIVE_BIND = __webpack_require__(41780);
18344
18345
 
18345
18346
  var call = Function.prototype.call;
18346
-
18347
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
18347
18348
  module.exports = NATIVE_BIND ? call.bind(call) : function () {
18348
18349
  return call.apply(call, arguments);
18349
18350
  };
@@ -18780,7 +18781,7 @@ var FunctionPrototype = Function.prototype;
18780
18781
  var apply = FunctionPrototype.apply;
18781
18782
  var call = FunctionPrototype.call;
18782
18783
 
18783
- // eslint-disable-next-line es/no-reflect -- safe
18784
+ // eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
18784
18785
  module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
18785
18786
  return call.apply(apply, arguments);
18786
18787
  });