@azure/api-management-custom-widgets-tools 1.0.0-alpha.20251008.1 → 1.0.0-alpha.20251013.2

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/api-management-custom-widgets-tools",
3
- "version": "1.0.0-alpha.20251008.1",
3
+ "version": "1.0.0-alpha.20251013.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "license": "MIT",
6
6
  "sdk-type": "client",
@@ -30,8 +30,12 @@
30
30
  "@types/node": "^20.19.0",
31
31
  "@vitest/browser": "^3.2.3",
32
32
  "@vitest/coverage-istanbul": "^3.2.3",
33
+ "cross-env": "^7.0.3",
33
34
  "eslint": "^9.33.0",
34
35
  "playwright": "^1.50.1",
36
+ "prettier": "^3.6.2",
37
+ "rimraf": "^6.0.1",
38
+ "tshy": "^3.0.0",
35
39
  "typescript": "~5.9.3",
36
40
  "vitest": "^3.2.3",
37
41
  "@azure/dev-tool": "^1.0.0",
@@ -82,10 +86,10 @@
82
86
  "scripts": {
83
87
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
84
88
  "build:samples": "echo Skipped.",
85
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
86
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
89
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
90
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log",
87
91
  "extract-api": "tsc -p . && dev-tool run extract-api",
88
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
92
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
89
93
  "lint": "eslint package.json src test",
90
94
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
91
95
  "pack": "pnpm pack 2>&1",