@azure/arm-neonpostgres 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251015.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-neonpostgres",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251015.1",
|
|
4
4
|
"description": "A generated SDK for PostgresClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -82,16 +82,20 @@
|
|
|
82
82
|
"@types/node": "^20.19.0",
|
|
83
83
|
"@vitest/browser": "^3.2.3",
|
|
84
84
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
85
|
+
"cross-env": "^7.0.3",
|
|
85
86
|
"dotenv": "^16.0.0",
|
|
86
87
|
"eslint": "^9.33.0",
|
|
87
88
|
"playwright": "^1.50.1",
|
|
89
|
+
"prettier": "^3.6.2",
|
|
90
|
+
"rimraf": "^6.0.1",
|
|
91
|
+
"tshy": "^3.0.0",
|
|
88
92
|
"typescript": "~5.9.3",
|
|
89
93
|
"vitest": "^3.2.3",
|
|
90
94
|
"@azure-tools/test-credential": "^2.1.2",
|
|
91
|
-
"@azure-tools/test-
|
|
95
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
92
96
|
"@azure/dev-tool": "^1.0.0",
|
|
93
97
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
94
|
-
"@azure-tools/test-
|
|
98
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
95
99
|
},
|
|
96
100
|
"//sampleConfiguration": {
|
|
97
101
|
"productName": "@azure/arm-neonpostgres",
|
|
@@ -328,11 +332,11 @@
|
|
|
328
332
|
"scripts": {
|
|
329
333
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
330
334
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
331
|
-
"check-format": "
|
|
332
|
-
"clean": "
|
|
335
|
+
"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\"",
|
|
336
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
333
337
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
334
|
-
"extract-api": "
|
|
335
|
-
"format": "
|
|
338
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
339
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
336
340
|
"generate:client": "echo skipped",
|
|
337
341
|
"lint": "echo skipped",
|
|
338
342
|
"lint:fix": "echo skipped",
|