@appland/scanner 1.88.2 → 1.89.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@appland/scanner-v1.89.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.88.3...@appland/scanner-v1.89.0) (2025-10-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add new telemetry properties to CLI and scanner ([a66ef1e](https://github.com/getappmap/appmap-js/commit/a66ef1ecdc4ca993d7440795f8ae20e0343cde17))
7
+
8
+ # [@appland/scanner-v1.88.3](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.88.2...@appland/scanner-v1.88.3) (2025-10-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Make sure application insights telemetry quits gracefully ([a5ffd12](https://github.com/getappmap/appmap-js/commit/a5ffd12333561be117254587ace8f32553e00983))
14
+
1
15
  # [@appland/scanner-v1.88.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.88.1...@appland/scanner-v1.88.2) (2025-10-07)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appland/scanner",
3
- "version": "1.88.2",
3
+ "version": "1.89.0",
4
4
  "description": "Analyze AppMaps for code flaws",
5
5
  "bin": "built/cli.js",
6
6
  "main": "built/index.js",
@@ -65,10 +65,9 @@
65
65
  "@appland/models": "^2.10.0",
66
66
  "@appland/openapi": "^1.7.0",
67
67
  "@appland/sql-parser": "^1.5.0",
68
- "@appland/telemetry": "^1.1.0",
68
+ "@appland/telemetry": "^1.2.0",
69
69
  "@types/cli-progress": "^3.9.2",
70
70
  "ajv": "^8.8.2",
71
- "applicationinsights": "^2.1.4",
72
71
  "async": "^3.2.4",
73
72
  "boxen": "^5.0.1",
74
73
  "chalk": "^4.1.2",