@azure/arm-recoveryservicesdatareplication 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251014.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 +10 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-recoveryservicesdatareplication",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for DataReplicationClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -91,15 +91,19 @@
|
|
|
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",
|
|
99
103
|
"@azure-tools/test-credential": "^2.1.2",
|
|
100
104
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
101
|
-
"@azure/dev-tool": "^1.0.0",
|
|
102
105
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
106
|
+
"@azure/dev-tool": "^1.0.0",
|
|
103
107
|
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
104
108
|
},
|
|
105
109
|
"//sampleConfiguration": {
|
|
@@ -499,11 +503,11 @@
|
|
|
499
503
|
"scripts": {
|
|
500
504
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
501
505
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
502
|
-
"check-format": "
|
|
503
|
-
"clean": "
|
|
506
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
507
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
504
508
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
505
|
-
"extract-api": "
|
|
506
|
-
"format": "
|
|
509
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
510
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
507
511
|
"generate:client": "echo skipped",
|
|
508
512
|
"lint": "echo skipped",
|
|
509
513
|
"lint:fix": "echo skipped",
|