@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.
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.
|
|
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": "
|
|
86
|
-
"clean": "
|
|
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": "
|
|
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",
|