@azure/template-dpg 1.0.0-alpha.20240223.2 → 1.0.0-alpha.20240308.6
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/template-dpg",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240308.6",
|
|
4
4
|
"description": "Widget Service",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"build:output": "node scripts/renameOutput.mjs",
|
|
36
36
|
"build": "npm run customize && npm run build:test && api-extractor run --local && npm run build:output",
|
|
37
37
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
38
|
-
"clean": "rimraf dist dist-* temp types *.tgz *.log",
|
|
38
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
39
39
|
"customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",
|
|
40
40
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
41
41
|
"extract-api": "tsc -p . && api-extractor run --local",
|