@swagger-api/apidom-parser-adapter-openapi-yaml-3-1 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-3-1
|
|
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-3-1
|
|
@@ -17313,10 +17313,10 @@ var SHARED = '__core-js_shared__';
|
|
|
17313
17313
|
var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
17314
17314
|
|
|
17315
17315
|
(store.versions || (store.versions = [])).push({
|
|
17316
|
-
version: '3.
|
|
17316
|
+
version: '3.41.0',
|
|
17317
17317
|
mode: IS_PURE ? 'pure' : 'global',
|
|
17318
|
-
copyright: '© 2014-
|
|
17319
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
17318
|
+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
17319
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
|
|
17320
17320
|
source: 'https://github.com/zloirock/core-js'
|
|
17321
17321
|
});
|
|
17322
17322
|
|
|
@@ -20688,6 +20688,7 @@ var NATIVE_BIND = __webpack_require__(41780);
|
|
|
20688
20688
|
|
|
20689
20689
|
var FunctionPrototype = Function.prototype;
|
|
20690
20690
|
var call = FunctionPrototype.call;
|
|
20691
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
20691
20692
|
var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
|
|
20692
20693
|
|
|
20693
20694
|
module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
@@ -24031,7 +24032,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
|
|
|
24031
24032
|
var NATIVE_BIND = __webpack_require__(41780);
|
|
24032
24033
|
|
|
24033
24034
|
var call = Function.prototype.call;
|
|
24034
|
-
|
|
24035
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
24035
24036
|
module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
24036
24037
|
return call.apply(call, arguments);
|
|
24037
24038
|
};
|
|
@@ -25351,7 +25352,7 @@ var FunctionPrototype = Function.prototype;
|
|
|
25351
25352
|
var apply = FunctionPrototype.apply;
|
|
25352
25353
|
var call = FunctionPrototype.call;
|
|
25353
25354
|
|
|
25354
|
-
// eslint-disable-next-line es/no-reflect -- safe
|
|
25355
|
+
// eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
|
|
25355
25356
|
module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
|
|
25356
25357
|
return call.apply(apply, arguments);
|
|
25357
25358
|
});
|