@swagger-api/apidom-parser-adapter-asyncapi-json-2 1.0.0-beta.37 → 1.0.0-beta.39
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.39](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2025-05-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
|
|
9
|
+
|
|
10
|
+
# [1.0.0-beta.38](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2025-05-16)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
|
|
13
|
+
|
|
6
14
|
# [1.0.0-beta.37](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2025-05-12)
|
|
7
15
|
|
|
8
16
|
**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.
|
|
15633
|
+
version: '3.42.0',
|
|
15634
15634
|
mode: IS_PURE ? 'pure' : 'global',
|
|
15635
15635
|
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
15636
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
15636
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.42.0/LICENSE',
|
|
15637
15637
|
source: 'https://github.com/zloirock/core-js'
|
|
15638
15638
|
});
|
|
15639
15639
|
|