@azure/template-dpg 1.0.0-alpha.20241024.2 → 1.0.0-alpha.20241025.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 +1 -2
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.20241025.2",
|
|
4
4
|
"description": "Widget Service",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"//metadata": {},
|
|
28
28
|
"types": "types/latest/template-dpg.d.ts",
|
|
29
29
|
"scripts": {
|
|
30
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
31
30
|
"build": "tsc -p . && dev-tool run bundle && dev-tool run extract-api && npm run build:output",
|
|
32
31
|
"build:output": "node scripts/renameOutput.mjs",
|
|
33
32
|
"build:samples": "echo Obsolete",
|