@swagger-api/apidom-parser-adapter-openapi-yaml-2 1.0.0-beta.13 → 1.0.0-beta.14

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.14](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2025-03-11)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
9
+
6
10
  # [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
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
@@ -14027,10 +14027,10 @@ var SHARED = '__core-js_shared__';
14027
14027
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
14028
14028
 
14029
14029
  (store.versions || (store.versions = [])).push({
14030
- version: '3.39.0',
14030
+ version: '3.41.0',
14031
14031
  mode: IS_PURE ? 'pure' : 'global',
14032
- copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
14033
- license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
14032
+ copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
14033
+ license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
14034
14034
  source: 'https://github.com/zloirock/core-js'
14035
14035
  });
14036
14036
 
@@ -16199,6 +16199,7 @@ var NATIVE_BIND = __webpack_require__(41780);
16199
16199
 
16200
16200
  var FunctionPrototype = Function.prototype;
16201
16201
  var call = FunctionPrototype.call;
16202
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
16202
16203
  var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
16203
16204
 
16204
16205
  module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
@@ -19374,7 +19375,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
19374
19375
  var NATIVE_BIND = __webpack_require__(41780);
19375
19376
 
19376
19377
  var call = Function.prototype.call;
19377
-
19378
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
19378
19379
  module.exports = NATIVE_BIND ? call.bind(call) : function () {
19379
19380
  return call.apply(call, arguments);
19380
19381
  };
@@ -19940,7 +19941,7 @@ var FunctionPrototype = Function.prototype;
19940
19941
  var apply = FunctionPrototype.apply;
19941
19942
  var call = FunctionPrototype.call;
19942
19943
 
19943
- // eslint-disable-next-line es/no-reflect -- safe
19944
+ // eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
19944
19945
  module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
19945
19946
  return call.apply(apply, arguments);
19946
19947
  });