@azure/api-management-custom-widgets-scaffolder 1.0.0-alpha.20240821.1 → 1.0.0-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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/api-management-custom-widgets-scaffolder",
3
- "version": "1.0.0-alpha.20240821.1",
3
+ "version": "1.0.0-alpha.20240823.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "license": "MIT",
6
6
  "sdk-type": "client",
@@ -43,8 +43,8 @@
43
43
  "integration-test:browser": "echo skipped",
44
44
  "integration-test:node": "dev-tool run test:vitest --no-test-proxy -- -coverage",
45
45
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
46
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion] --ignore-pattern templates",
47
- "lint": "eslint package.json api-extractor.json src test --ext .ts --ignore-pattern templates",
46
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion] --ignore-pattern templates",
47
+ "lint": "eslint package.json api-extractor.json src test --ignore-pattern templates",
48
48
  "pack": "npm pack 2>&1",
49
49
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
50
50
  "test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
@@ -63,7 +63,7 @@
63
63
  "@types/yargs": "^17.0.32",
64
64
  "@types/yargs-parser": "^21.0.3",
65
65
  "@vitest/coverage-istanbul": "^2.0.5",
66
- "eslint": "^8.57.0",
66
+ "eslint": "^9.9.0",
67
67
  "magic-string": "^0.30.8",
68
68
  "prettier": "^3.3.3",
69
69
  "rimraf": "^5.0.5",