@appland/appmap 3.199.0 → 3.199.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 +7 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@appland/appmap-v3.199.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.199.0...@appland/appmap-v3.199.1) (2026-06-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **cli:** package built/html in binary instead of stale per-file asset paths ([d4aa5df](https://github.com/getappmap/appmap-js/commit/d4aa5df43e197455e9753d8b7584d2736c048a71))
|
|
7
|
+
|
|
1
8
|
# [@appland/appmap-v3.199.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.198.0...@appland/appmap-v3.199.0) (2026-06-10)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appland/appmap",
|
|
3
|
-
"version": "3.199.
|
|
3
|
+
"version": "3.199.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": "built/cli.js",
|
|
6
6
|
"engines": {
|
|
@@ -183,8 +183,7 @@
|
|
|
183
183
|
"assets": [
|
|
184
184
|
"package.json",
|
|
185
185
|
"resources",
|
|
186
|
-
"built/
|
|
187
|
-
"built/sequenceDiagram.html",
|
|
186
|
+
"built/html",
|
|
188
187
|
"built/docs",
|
|
189
188
|
"../../node_modules/better-sqlite3/build/Release/better_sqlite3.node",
|
|
190
189
|
"node_modules/better-sqlite3/build/Release/better_sqlite3.node"
|