@azure/template-dpg 1.0.0-alpha.20260213.1 → 1.0.0-alpha.20260218.5
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/template-dpg",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20260218.5",
|
|
4
4
|
"description": "Widget Service",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"tshy": "^3.0.3",
|
|
101
101
|
"typescript": "~5.9.3",
|
|
102
102
|
"vitest": "^4.0.8",
|
|
103
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
104
103
|
"@azure-tools/test-credential": "^2.1.2",
|
|
104
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
105
105
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
106
|
-
"@azure/
|
|
107
|
-
"@azure/
|
|
106
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
107
|
+
"@azure/dev-tool": "^1.0.0"
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@azure-rest/core-client": ">=2.5.2-alpha <2.5.2-alphb",
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
140
140
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
141
141
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
142
|
-
"customize": "dev-tool customization apply
|
|
142
|
+
"customize": "dev-tool customization apply && npm run format",
|
|
143
143
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
144
144
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
145
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"
|
|
145
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
146
146
|
"lint": "eslint package.json src test",
|
|
147
147
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
148
148
|
"pack": "pnpm pack 2>&1",
|