@appland/appmap 3.50.4 → 3.51.0
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/agentInstaller/agentProcedure.js +11 -3
- package/built/cmds/agentInstaller/agentProcedure.js.map +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/main.js.map +1 -1
- package/built/utils.js +1 -1
- package/built/utils.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [@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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Accept and handle -d, --directory arg ([88121b3](https://github.com/getappmap/appmap-js/commit/88121b3446740687f1ad32da7fb22d701fb84f95))
|
|
7
|
+
* Emit OpenAPI schema for nested properties ([0a753a4](https://github.com/getappmap/appmap-js/commit/0a753a48e63b10cdfaa9197ca97dadfecbefe934))
|
|
8
|
+
* OpenAPI schema overrides ([2ed6fcd](https://github.com/getappmap/appmap-js/commit/2ed6fcda038c608270a61690905e67b05409abc1))
|
|
9
|
+
* Sort schema properties in output ([29fc29c](https://github.com/getappmap/appmap-js/commit/29fc29c76a13fce035dadd3321ef62c899b1de3f))
|
|
10
|
+
|
|
11
|
+
# [@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)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Change commit message used when configuring AppMap for a project. ([f1276bd](https://github.com/getappmap/appmap-js/commit/f1276bdd414275dcd225850f706355472dd849af))
|
|
17
|
+
|
|
1
18
|
# [@appland/appmap-v3.50.4](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.50.3...@appland/appmap-v3.50.4) (2022-11-21)
|
|
2
19
|
|
|
3
20
|
|