@swagger-api/apidom-parser-adapter-json-schema-json-2020-12 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-json-schema-json-2020-12
|
|
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-json-schema-json-2020-12
|
|
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-json-schema-json-2020-12
|
|
@@ -12414,10 +12414,10 @@ var SHARED = '__core-js_shared__';
|
|
|
12414
12414
|
var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
12415
12415
|
|
|
12416
12416
|
(store.versions || (store.versions = [])).push({
|
|
12417
|
-
version: '3.
|
|
12417
|
+
version: '3.41.0',
|
|
12418
12418
|
mode: IS_PURE ? 'pure' : 'global',
|
|
12419
|
-
copyright: '© 2014-
|
|
12420
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
12419
|
+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
12420
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE',
|
|
12421
12421
|
source: 'https://github.com/zloirock/core-js'
|
|
12422
12422
|
});
|
|
12423
12423
|
|
|
@@ -14537,6 +14537,7 @@ var NATIVE_BIND = __webpack_require__(41780);
|
|
|
14537
14537
|
|
|
14538
14538
|
var FunctionPrototype = Function.prototype;
|
|
14539
14539
|
var call = FunctionPrototype.call;
|
|
14540
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
14540
14541
|
var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
|
|
14541
14542
|
|
|
14542
14543
|
module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
@@ -16608,7 +16609,7 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
|
|
|
16608
16609
|
var NATIVE_BIND = __webpack_require__(41780);
|
|
16609
16610
|
|
|
16610
16611
|
var call = Function.prototype.call;
|
|
16611
|
-
|
|
16612
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
16612
16613
|
module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
16613
16614
|
return call.apply(call, arguments);
|
|
16614
16615
|
};
|
|
@@ -17065,7 +17066,7 @@ var FunctionPrototype = Function.prototype;
|
|
|
17065
17066
|
var apply = FunctionPrototype.apply;
|
|
17066
17067
|
var call = FunctionPrototype.call;
|
|
17067
17068
|
|
|
17068
|
-
// eslint-disable-next-line es/no-reflect -- safe
|
|
17069
|
+
// eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
|
|
17069
17070
|
module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
|
|
17070
17071
|
return call.apply(apply, arguments);
|
|
17071
17072
|
});
|