@appland/appmap 3.132.0 → 3.133.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 +7 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@appland/appmap-v3.133.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.132.0...@appland/appmap-v3.133.0) (2024-03-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Update for docs bundled within the compiled package ([6cce57b](https://github.com/getappmap/appmap-js/commit/6cce57b60116c7d5779c3fd2bbf93ba687fe49d1))
|
|
7
|
+
|
|
1
8
|
# [@appland/appmap-v3.132.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.131.0...@appland/appmap-v3.132.0) (2024-03-25)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appland/appmap",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.133.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": "built/cli.js",
|
|
6
6
|
"engines": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"build": "tsc && yarn build:html",
|
|
23
23
|
"watch": "tsc --watch",
|
|
24
24
|
"build:html": "ts-node esbuild.html.ts",
|
|
25
|
+
"build:doc": "rsync -av --delete ../../docs built/",
|
|
25
26
|
"start": "ts-node src/cli.ts",
|
|
26
27
|
"build-native": "yarn build && ./bin/build-native"
|
|
27
28
|
},
|
|
@@ -156,7 +157,9 @@
|
|
|
156
157
|
"assets": [
|
|
157
158
|
"package.json",
|
|
158
159
|
"resources",
|
|
159
|
-
"built/appmap.html"
|
|
160
|
+
"built/appmap.html",
|
|
161
|
+
"built/sequenceDiagram.html",
|
|
162
|
+
"built/docs"
|
|
160
163
|
],
|
|
161
164
|
"outputPath": "dist"
|
|
162
165
|
},
|