@azure/core-client 1.9.3-alpha.20240822.3 → 1.9.3-alpha.20240823.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.9.3-alpha.20240822.3",
3
+ "version": "1.9.3-alpha.20240823.1",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -62,8 +62,8 @@
62
62
  "integration-test:browser": "echo skipped",
63
63
  "integration-test:node": "echo skipped",
64
64
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
65
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]",
66
- "lint": "eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts",
65
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
66
+ "lint": "eslint package.json api-extractor.json src test",
67
67
  "pack": "npm pack 2>&1",
68
68
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
69
69
  "test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",