@swagger-api/apidom-ns-openapi-3-1 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-ns-openapi-3-1
|
|
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-ns-openapi-3-1
|
|
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-ns-openapi-3-1
|
|
@@ -13379,10 +13379,10 @@ var SHARED = '__core-js_shared__';
|
|
|
13379
13379
|
var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
13380
13380
|
|
|
13381
13381
|
(store.versions || (store.versions = [])).push({
|
|
13382
|
-
version: '3.
|
|
13382
|
+
version: '3.41.0',
|
|
13383
13383
|
mode: IS_PURE ? 'pure' : 'global',
|
|
13384
|
-
copyright: '© 2014-
|
|
13385
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
13384
|
+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
13385
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
|
|
13386
13386
|
source: 'https://github.com/zloirock/core-js'
|
|
13387
13387
|
});
|
|
13388
13388
|
|
|
@@ -16683,6 +16683,7 @@ var NATIVE_BIND = __webpack_require__(41780);
|
|
|
16683
16683
|
|
|
16684
16684
|
var FunctionPrototype = Function.prototype;
|
|
16685
16685
|
var call = FunctionPrototype.call;
|
|
16686
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
16686
16687
|
var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
|
|
16687
16688
|
|
|
16688
16689
|
module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
@@ -19564,7 +19565,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
|
|
|
19564
19565
|
var NATIVE_BIND = __webpack_require__(41780);
|
|
19565
19566
|
|
|
19566
19567
|
var call = Function.prototype.call;
|
|
19567
|
-
|
|
19568
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
19568
19569
|
module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
19569
19570
|
return call.apply(call, arguments);
|
|
19570
19571
|
};
|
|
@@ -20331,7 +20332,7 @@ var FunctionPrototype = Function.prototype;
|
|
|
20331
20332
|
var apply = FunctionPrototype.apply;
|
|
20332
20333
|
var call = FunctionPrototype.call;
|
|
20333
20334
|
|
|
20334
|
-
// eslint-disable-next-line es/no-reflect -- safe
|
|
20335
|
+
// eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
|
|
20335
20336
|
module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
|
|
20336
20337
|
return call.apply(apply, arguments);
|
|
20337
20338
|
});
|