@azure/arm-neonpostgres 1.0.0-alpha.20251118.1 → 1.0.0-alpha.20251120.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 +6 -6
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.20251120.1",
|
|
4
4
|
"description": "A generated SDK for PostgresClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tslib": "^2.8.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@azure/identity": "4.
|
|
81
|
+
"@azure/identity": "4.13.0",
|
|
82
82
|
"@types/node": "^20.19.25",
|
|
83
83
|
"@vitest/browser-playwright": "^4.0.8",
|
|
84
84
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"tshy": "^3.0.3",
|
|
92
92
|
"typescript": "~5.9.3",
|
|
93
93
|
"vitest": "^4.0.8",
|
|
94
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
95
94
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
95
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
96
96
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
97
|
-
"@azure/
|
|
98
|
-
"@azure/
|
|
97
|
+
"@azure/dev-tool": "^1.0.0",
|
|
98
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
99
99
|
},
|
|
100
100
|
"//sampleConfiguration": {
|
|
101
101
|
"productName": "@azure/arm-neonpostgres",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"module": "./dist/esm/index.js",
|
|
332
332
|
"scripts": {
|
|
333
333
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
334
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
334
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
335
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
336
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
337
337
|
"execute:samples": "dev-tool samples run samples-dev",
|