deprecated-tracker 2.6.0 → 2.7.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "deprecated-tracker",
3
3
  "displayName": "Deprecated Tracker",
4
4
  "description": "Find and manage deprecated code in TypeScript and JavaScript projects",
5
- "version": "2.6.0",
5
+ "version": "2.7.1",
6
6
  "publisher": "milad445",
7
7
  "author": "Milad Jokar (https://github.com/milad-hub)",
8
8
  "license": "MIT",
@@ -186,6 +186,10 @@
186
186
  "pretest": "npm run compile",
187
187
  "test:coverage": "jest --coverage --config config/jest.config.js",
188
188
  "build-package": "node scripts/package.js",
189
+ "build:web": "node scripts/build-web.js",
190
+ "smoke:web": "node scripts/smoke-web.js",
191
+ "harness:web": "node scripts/web-harness.js",
192
+ "check:worker": "node scripts/worker-check.js",
189
193
  "publish-npm": "node scripts/publish.js",
190
194
  "publish-extension": "node scripts/publish-extension.js"
191
195
  },