@azure/template-dpg 1.0.0-alpha.20241021.2 → 1.0.0-alpha.20241023.1
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 +3 -5
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.20241023.1",
|
|
4
4
|
"description": "Widget Service",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"//metadata": {},
|
|
28
28
|
"types": "types/latest/template-dpg.d.ts",
|
|
29
29
|
"scripts": {
|
|
30
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
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
31
|
"build": "tsc -p . && dev-tool run bundle && dev-tool run extract-api && npm run build:output",
|
|
32
32
|
"build:output": "node scripts/renameOutput.mjs",
|
|
33
33
|
"build:samples": "echo Obsolete",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"build:test:browser": "tsc -p . && dev-tool run bundle",
|
|
36
36
|
"build:test:node": "tsc -p . && dev-tool run bundle",
|
|
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 --glob dist dist-* temp types *.tgz *.log",
|
|
38
|
+
"clean": "dev-tool run vendored 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 . && dev-tool run extract-api",
|
|
@@ -85,7 +85,6 @@
|
|
|
85
85
|
"@azure-tools/test-utils": "^1.0.1",
|
|
86
86
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
87
87
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
88
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
89
88
|
"@types/chai": "^4.3.1",
|
|
90
89
|
"@types/mocha": "^10.0.0",
|
|
91
90
|
"@types/node": "^18.0.0",
|
|
@@ -106,7 +105,6 @@
|
|
|
106
105
|
"mocha": "^10.0.0",
|
|
107
106
|
"nyc": "^17.0.0",
|
|
108
107
|
"puppeteer": "^23.0.2",
|
|
109
|
-
"rimraf": "^5.0.0",
|
|
110
108
|
"ts-node": "^10.0.0",
|
|
111
109
|
"typescript": "~5.6.2",
|
|
112
110
|
"util": "^0.12.4"
|