@swagger-api/apidom-parser-adapter-asyncapi-json-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-asyncapi-json-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-asyncapi-json-2
@@ -15630,10 +15630,10 @@ var SHARED = '__core-js_shared__';
15630
15630
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
15631
15631
 
15632
15632
  (store.versions || (store.versions = [])).push({
15633
- version: '3.39.0',
15633
+ version: '3.41.0',
15634
15634
  mode: IS_PURE ? 'pure' : 'global',
15635
- copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
15636
- license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
15635
+ copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
15636
+ license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
15637
15637
  source: 'https://github.com/zloirock/core-js'
15638
15638
  });
15639
15639
 
@@ -18751,6 +18751,7 @@ var NATIVE_BIND = __webpack_require__(41780);
18751
18751
 
18752
18752
  var FunctionPrototype = Function.prototype;
18753
18753
  var call = FunctionPrototype.call;
18754
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
18754
18755
  var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
18755
18756
 
18756
18757
  module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
@@ -21878,7 +21879,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
21878
21879
  var NATIVE_BIND = __webpack_require__(41780);
21879
21880
 
21880
21881
  var call = Function.prototype.call;
21881
-
21882
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
21882
21883
  module.exports = NATIVE_BIND ? call.bind(call) : function () {
21883
21884
  return call.apply(call, arguments);
21884
21885
  };
@@ -22607,7 +22608,7 @@ var FunctionPrototype = Function.prototype;
22607
22608
  var apply = FunctionPrototype.apply;
22608
22609
  var call = FunctionPrototype.call;
22609
22610
 
22610
- // eslint-disable-next-line es/no-reflect -- safe
22611
+ // eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
22611
22612
  module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
22612
22613
  return call.apply(apply, arguments);
22613
22614
  });