@swagger-api/apidom-parser-adapter-openapi-json-3-0 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-openapi-json-3-0
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-openapi-json-3-0
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-openapi-json-3-0
@@ -13649,10 +13649,10 @@ var SHARED = '__core-js_shared__';
13649
13649
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
13650
13650
 
13651
13651
  (store.versions || (store.versions = [])).push({
13652
- version: '3.39.0',
13652
+ version: '3.41.0',
13653
13653
  mode: IS_PURE ? 'pure' : 'global',
13654
- copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
13655
- license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
13654
+ copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
13655
+ license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
13656
13656
  source: 'https://github.com/zloirock/core-js'
13657
13657
  });
13658
13658
 
@@ -16086,6 +16086,7 @@ var NATIVE_BIND = __webpack_require__(41780);
16086
16086
 
16087
16087
  var FunctionPrototype = Function.prototype;
16088
16088
  var call = FunctionPrototype.call;
16089
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
16089
16090
  var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
16090
16091
 
16091
16092
  module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
@@ -18948,7 +18949,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
18948
18949
  var NATIVE_BIND = __webpack_require__(41780);
18949
18950
 
18950
18951
  var call = Function.prototype.call;
18951
-
18952
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
18952
18953
  module.exports = NATIVE_BIND ? call.bind(call) : function () {
18953
18954
  return call.apply(call, arguments);
18954
18955
  };
@@ -19667,7 +19668,7 @@ var FunctionPrototype = Function.prototype;
19667
19668
  var apply = FunctionPrototype.apply;
19668
19669
  var call = FunctionPrototype.call;
19669
19670
 
19670
- // eslint-disable-next-line es/no-reflect -- safe
19671
+ // eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
19671
19672
  module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
19672
19673
  return call.apply(apply, arguments);
19673
19674
  });