@azure/arm-neonpostgres 1.0.0-alpha.20251010.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-neonpostgres",
3
- "version": "1.0.0-alpha.20251010.1",
3
+ "version": "1.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for PostgresClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -82,15 +82,19 @@
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
95
  "@azure-tools/test-recorder": "^4.1.1",
92
- "@azure-tools/test-utils-vitest": "^2.0.1",
93
96
  "@azure/dev-tool": "^1.0.0",
97
+ "@azure-tools/test-utils-vitest": "^2.0.1",
94
98
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
95
99
  },
96
100
  "//sampleConfiguration": {
@@ -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": "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\"",
332
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
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": "dev-tool run vendored rimraf review && dev-tool run extract-api",
335
- "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\"",
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",