@azure/template-dpg 1.0.0-alpha.20251013.8 → 1.0.0-alpha.20251014.4

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 +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/template-dpg",
3
- "version": "1.0.0-alpha.20251013.8",
3
+ "version": "1.0.0-alpha.20251014.4",
4
4
  "description": "Widget Service",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -91,14 +91,18 @@
91
91
  "@types/node": "^20.19.0",
92
92
  "@vitest/browser": "^3.2.3",
93
93
  "@vitest/coverage-istanbul": "^3.2.3",
94
+ "cross-env": "^7.0.3",
94
95
  "dotenv": "^16.0.0",
95
96
  "eslint": "^9.33.0",
96
97
  "playwright": "^1.50.1",
98
+ "prettier": "^3.6.2",
99
+ "rimraf": "^6.0.1",
100
+ "tshy": "^3.0.0",
97
101
  "typescript": "~5.9.3",
98
102
  "vitest": "^3.2.3",
103
+ "@azure-tools/test-credential": "^2.1.2",
99
104
  "@azure-tools/test-recorder": "^4.1.1",
100
105
  "@azure-tools/test-utils-vitest": "^2.0.1",
101
- "@azure-tools/test-credential": "^2.1.2",
102
106
  "@azure/dev-tool": "^1.0.0",
103
107
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
104
108
  },
@@ -133,12 +137,12 @@
133
137
  "scripts": {
134
138
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
135
139
  "build:samples": "tsc -p tsconfig.samples.json",
136
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
137
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
140
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
141
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
138
142
  "customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",
139
143
  "execute:samples": "dev-tool samples run samples-dev",
140
144
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
141
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"sources/customizations/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
145
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"sources/customizations/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
142
146
  "lint": "eslint package.json src test",
143
147
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
144
148
  "pack": "pnpm pack 2>&1",