@appland/appmap 3.195.0 → 3.196.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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@appland/appmap-v3.196.1](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.196.0...@appland/appmap-v3.196.1) (2025-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **cli:** move pkg dependency to devDependencies ([50e1737](https://github.com/getappmap/appmap-js/commit/50e1737bcfd823de6f6559832b85149166669db9))
|
|
7
|
+
|
|
8
|
+
# [@appland/appmap-v3.196.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.195.0...@appland/appmap-v3.196.0) (2025-10-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Add new telemetry properties to CLI and scanner ([a66ef1e](https://github.com/getappmap/appmap-js/commit/a66ef1ecdc4ca993d7440795f8ae20e0343cde17))
|
|
14
|
+
|
|
1
15
|
# [@appland/appmap-v3.195.0](https://github.com/getappmap/appmap-js/compare/@appland/appmap-v3.194.1...@appland/appmap-v3.195.0) (2025-10-17)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appland/appmap",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.196.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": "built/cli.js",
|
|
6
6
|
"engines": {
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"lint-staged": "^10.5.4",
|
|
70
70
|
"memfs": "^3.4.13",
|
|
71
71
|
"node-fetch": "2.6.7",
|
|
72
|
+
"pkg": "5.8.1-patched",
|
|
72
73
|
"prettier": "^2.7.1",
|
|
73
74
|
"sinon": "^11.1.2",
|
|
74
75
|
"stream-http": "^3.2.0",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"@appland/scanner": "^1.86.0",
|
|
100
101
|
"@appland/search": "^1.1.0",
|
|
101
102
|
"@appland/sequence-diagram": "^1.12.0",
|
|
102
|
-
"@appland/telemetry": "^1.
|
|
103
|
+
"@appland/telemetry": "^1.2.0",
|
|
103
104
|
"@octokit/rest": "^20.0.1",
|
|
104
105
|
"@sidvind/better-ajv-errors": "^0.9.1",
|
|
105
106
|
"JSONStream": "^1.3.5",
|
|
@@ -140,7 +141,6 @@
|
|
|
140
141
|
"openapi-types": "^12.1.3",
|
|
141
142
|
"ora": "^5.4.1",
|
|
142
143
|
"parse-diff": "^0.11.1",
|
|
143
|
-
"pkg": "5.8.1-patched",
|
|
144
144
|
"port-pid": "^0.0.7",
|
|
145
145
|
"pretty-bytes": "^5.6.0",
|
|
146
146
|
"proper-lockfile": "^4.1.2",
|