@azure/arm-devopsinfrastructure 1.0.0-alpha.20241211.1 → 1.0.0-alpha.20241212.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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-devopsinfrastructure",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241212.2",
|
|
4
4
|
"description": "A generated SDK for DevOpsInfrastructureClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"browser",
|
|
22
22
|
"react-native"
|
|
23
23
|
],
|
|
24
|
-
"selfLink": false
|
|
24
|
+
"selfLink": false,
|
|
25
|
+
"project": "./tsconfig.src.json"
|
|
25
26
|
},
|
|
26
27
|
"type": "module",
|
|
27
28
|
"keywords": [
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
96
97
|
"integration-test:browser": "echo skipped",
|
|
97
98
|
"integration-test:node": "echo skipped",
|
|
98
|
-
"build:samples": "
|
|
99
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
99
100
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
100
101
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
101
102
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|