@appland/appmap 3.18.1 → 3.18.2
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 +8 -0
- package/built/appmap.html +1 -1
- package/built/main.js.LICENSE.txt +2 -2
- package/built/main.js.map +1 -1
- package/built/package.json +1 -1
- package/built/src/openapi/method.js +5 -44
- package/built/src/openapi/method.js.map +1 -1
- package/built/src/openapi/response.js +2 -2
- package/built/src/openapi/response.js.map +1 -1
- package/built/src/openapi/util.js +3 -1
- package/built/src/openapi/util.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [@appland/appmap-v3.18.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.1...@appland/appmap-v3.18.2) (2022-02-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Expect Content-Type header instead of mime_type field ([0886d8c](https://github.com/applandinc/appmap-js/commit/0886d8cf667e1b5b5325d26fd882a7586db29c25))
|
|
7
|
+
* Recognize Ruby String type ([f045bc5](https://github.com/applandinc/appmap-js/commit/f045bc570f7d3bd857068f72930d7ba3394a467e))
|
|
8
|
+
|
|
1
9
|
# [@appland/appmap-v3.18.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.0...@appland/appmap-v3.18.1) (2022-02-04)
|
|
2
10
|
|
|
3
11
|
|