@appland/appmap 3.50.5 → 3.51.1
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 +17 -0
- package/built/appmap.html +1 -1
- package/built/cmds/openapi.js +84 -11
- package/built/cmds/openapi.js.map +1 -1
- package/built/lib/locateAppMapConfigFile.js +19 -0
- package/built/lib/locateAppMapConfigFile.js.map +1 -0
- package/built/lib/ticket/openTicket.js +3 -2
- package/built/lib/ticket/openTicket.js.map +1 -1
- package/built/lib/ticket/validation.js +20 -0
- package/built/lib/ticket/validation.js.map +1 -0
- package/built/main.js.map +1 -1
- package/built/utils.js +1 -1
- package/built/utils.js.map +1 -1
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [@appland/appmap-v3.51.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.51.0...@appland/appmap-v3.51.1) (2022-11-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* improve name and email validation ([541c661](https://github.com/getappmap/appmap-js/commit/541c6615761faf5c7218d8730c22a85fbdb9370e))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.51.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.50.5...@appland/appmap-v3.51.0) (2022-11-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Accept and handle -d, --directory arg ([88121b3](https://github.com/getappmap/appmap-js/commit/88121b3446740687f1ad32da7fb22d701fb84f95))
|
|
14
|
+
* Emit OpenAPI schema for nested properties ([0a753a4](https://github.com/getappmap/appmap-js/commit/0a753a48e63b10cdfaa9197ca97dadfecbefe934))
|
|
15
|
+
* OpenAPI schema overrides ([2ed6fcd](https://github.com/getappmap/appmap-js/commit/2ed6fcda038c608270a61690905e67b05409abc1))
|
|
16
|
+
* Sort schema properties in output ([29fc29c](https://github.com/getappmap/appmap-js/commit/29fc29c76a13fce035dadd3321ef62c899b1de3f))
|
|
17
|
+
|
|
1
18
|
# [@appland/appmap-v3.50.5](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.50.4...@appland/appmap-v3.50.5) (2022-11-21)
|
|
2
19
|
|
|
3
20
|
|