@appland/scanner 1.59.0 → 1.59.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 CHANGED
@@ -1,3 +1,10 @@
1
+ # [@appland/scanner-v1.59.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.0...@appland/scanner-v1.59.1) (2022-06-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Upgrade @appland/models to v1.16.1 ([7eead86](https://github.com/applandinc/appmap-js/commit/7eead8607f30299150dd08032142a3aba5770f89))
7
+
1
8
  # [@appland/scanner-v1.59.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.58.0...@appland/scanner-v1.59.0) (2022-06-08)
2
9
 
3
10
 
@@ -125,7 +125,7 @@ const transformProps = (obj) => {
125
125
  };
126
126
  class Telemetry {
127
127
  static get enabled() {
128
- return this._enabled;
128
+ return process.env.APPMAP_TELEMETRY_DISABLED === undefined;
129
129
  }
130
130
  static get session() {
131
131
  var _a;
@@ -211,5 +211,4 @@ class Telemetry {
211
211
  }
212
212
  exports.default = Telemetry;
213
213
  Telemetry.debug = process.env.APPMAP_TELEMETRY_DEBUG !== undefined;
214
- Telemetry._enabled = process.env.APPMAP_TELEMETRY_DISABLED === undefined;
215
214
  Telemetry.machineId = getMachineId();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appland/scanner",
3
- "version": "1.59.0",
3
+ "version": "1.59.1",
4
4
  "description": "",
5
5
  "bin": "built/cli.js",
6
6
  "files": [
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@appland/client": "^1.3.0",
59
- "@appland/models": "^1.14.5",
60
- "@appland/openapi": "1.0.1",
59
+ "@appland/models": "^1.16.1",
60
+ "@appland/openapi": "1.0.2",
61
61
  "@appland/sql-parser": "^1.5.0",
62
62
  "@types/cli-progress": "^3.9.2",
63
63
  "ajv": "^8.8.2",