@salesforce/telemetry 3.2.6 → 3.2.8

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.
@@ -2,13 +2,13 @@ import { AsyncCreatable, Env } from '@salesforce/kit';
2
2
  import { JsonPrimitive } from '@salesforce/ts-types';
3
3
  import * as appInsights from 'applicationinsights';
4
4
  export { TelemetryClient } from 'applicationinsights';
5
- export declare type Properties = {
5
+ export type Properties = {
6
6
  [key: string]: string;
7
7
  };
8
- export declare type Measurements = {
8
+ export type Measurements = {
9
9
  [key: string]: number;
10
10
  };
11
- export declare type Attributes = {
11
+ export type Attributes = {
12
12
  [key: string]: JsonPrimitive | undefined;
13
13
  };
14
14
  export interface TelemetryOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/telemetry",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "description": "Library for application insights",
5
5
  "main": "lib/exported",
6
6
  "repository": "forcedotcom/telemetry",
@@ -33,7 +33,7 @@
33
33
  "!lib/**/*.map"
34
34
  ],
35
35
  "dependencies": {
36
- "@salesforce/core": "^3.31.18",
36
+ "@salesforce/core": "^3.32.2",
37
37
  "@salesforce/ts-types": "^1.7.0",
38
38
  "applicationinsights": "^1.4.0",
39
39
  "axios": "^0.27.2"
@@ -43,25 +43,25 @@
43
43
  "@salesforce/dev-scripts": "^3.1.0",
44
44
  "@salesforce/prettier-config": "^0.0.2",
45
45
  "@salesforce/ts-sinon": "^1.4.2",
46
- "@typescript-eslint/eslint-plugin": "^5.42.0",
47
- "@typescript-eslint/parser": "^5.42.0",
48
- "chai": "^4.2.0",
49
- "eslint": "^8.26.0",
46
+ "@typescript-eslint/eslint-plugin": "^5.44.0",
47
+ "@typescript-eslint/parser": "^5.44.0",
48
+ "chai": "^4.3.7",
49
+ "eslint": "^8.28.0",
50
50
  "eslint-config-prettier": "^8.5.0",
51
51
  "eslint-config-salesforce": "^1.1.0",
52
52
  "eslint-config-salesforce-license": "^0.1.6",
53
53
  "eslint-config-salesforce-typescript": "^1.1.1",
54
54
  "eslint-plugin-header": "^3.0.0",
55
55
  "eslint-plugin-import": "2.26.0",
56
- "eslint-plugin-jsdoc": "^39.6.2",
56
+ "eslint-plugin-jsdoc": "^39.6.4",
57
57
  "husky": "^7.0.4",
58
58
  "mocha": "^9.1.3",
59
59
  "nyc": "^15.1.0",
60
- "prettier": "^2.7.1",
60
+ "prettier": "^2.8.0",
61
61
  "pretty-quick": "^3.1.0",
62
62
  "sinon": "10.0.0",
63
63
  "ts-node": "^10.0.0",
64
- "typescript": "^4.8.4"
64
+ "typescript": "^4.9.3"
65
65
  },
66
66
  "types": "lib/exported.d.ts",
67
67
  "publishConfig": {