@jentic/arazzo-parser 1.0.0-alpha.26 → 1.0.0-alpha.28

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,16 @@
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-alpha.28](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2026-03-19)
7
+
8
+ **Note:** Version bump only for package @jentic/arazzo-parser
9
+
10
+ # [1.0.0-alpha.27](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2026-03-12)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **release:** override minimatch 10.2.3 to fix glob pattern regression in lerna publish ([#143](https://github.com/jentic/jentic-arazzo-tools/issues/143)) ([829f1cf](https://github.com/jentic/jentic-arazzo-tools/commit/829f1cf3d4376b407e4ef2391e155f8e60e1a7d4)), closes [lerna/lerna#4305](https://github.com/lerna/lerna/issues/4305) [isaacs/minimatch#284](https://github.com/isaacs/minimatch/issues/284)
15
+
6
16
  # [1.0.0-alpha.26](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2026-03-11)
7
17
 
8
18
  ### Bug Fixes
package/NOTICE CHANGED
@@ -2,3 +2,11 @@ Jentic Arazzo Tools
2
2
  Copyright (c) 2026 Jentic
3
3
  Jentic Arazzo Tools is licensed under Apache 2.0 license.
4
4
  Copy of the Apache 2.0 license can be found in `LICENSE` file.
5
+
6
+ swagger-js/swagger-client
7
+ Copyright 2020-2021 SmartBear Software Inc.
8
+ swagger-client is being pre-processed by our build process
9
+ and swagger-client build artifact is included in npm distribution.
10
+ It's not dynamically linked via npm dependency management.
11
+ swagger-client is licensed under Apache 2.0 license.
12
+ Copy of the Apache 2.0 license can be found in `LICENSE` file.