@salesforce/telemetry 3.2.21 → 3.2.22

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 (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/telemetry",
3
- "version": "3.2.21",
3
+ "version": "3.2.22",
4
4
  "description": "Library for application insights",
5
5
  "main": "lib/exported",
6
6
  "repository": "forcedotcom/telemetry",
@@ -33,18 +33,18 @@
33
33
  "!lib/**/*.map"
34
34
  ],
35
35
  "dependencies": {
36
- "@salesforce/core": "^3.34.4",
36
+ "@salesforce/core": "^3.34.6",
37
37
  "@salesforce/ts-types": "^1.7.3",
38
38
  "applicationinsights": "^1.4.0",
39
39
  "axios": "^0.27.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@salesforce/dev-config": "^3.0.1",
43
- "@salesforce/dev-scripts": "^4.1.2",
43
+ "@salesforce/dev-scripts": "^4.1.3",
44
44
  "@salesforce/prettier-config": "^0.0.2",
45
45
  "@salesforce/ts-sinon": "^1.4.6",
46
46
  "@typescript-eslint/eslint-plugin": "^5.45.0",
47
- "@typescript-eslint/parser": "^5.56.0",
47
+ "@typescript-eslint/parser": "^5.57.0",
48
48
  "chai": "^4.3.7",
49
49
  "eslint": "^8.36.0",
50
50
  "eslint-config-prettier": "^8.8.0",
@@ -79,7 +79,7 @@
79
79
  "command": "tsc -p . --pretty --incremental",
80
80
  "files": [
81
81
  "src/**/*.ts",
82
- "tsconfig.json",
82
+ "**/tsconfig.json",
83
83
  "messages/**"
84
84
  ],
85
85
  "output": [
@@ -105,7 +105,8 @@
105
105
  "src/**/*.ts",
106
106
  "test/**/*.ts",
107
107
  "messages/**",
108
- ".eslint*"
108
+ "**/.eslint*",
109
+ "**/tsconfig.json"
109
110
  ],
110
111
  "output": []
111
112
  },
@@ -113,8 +114,7 @@
113
114
  "command": "tsc -p \"./test\" --pretty",
114
115
  "files": [
115
116
  "test/**/*.ts",
116
- "tsconfig.json",
117
- "test/tsconfig.json"
117
+ "**/tsconfig.json"
118
118
  ],
119
119
  "output": []
120
120
  },
@@ -132,9 +132,8 @@
132
132
  "files": [
133
133
  "test/**/*.ts",
134
134
  "src/**/*.ts",
135
- "tsconfig.json",
135
+ "**/tsconfig.json",
136
136
  ".mocha*",
137
- "test/tsconfig.json",
138
137
  "!*.nut.ts",
139
138
  ".nycrc"
140
139
  ],