@azure/arm-neonpostgres 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250507.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.
Files changed (1) hide show
  1. package/package.json +5 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-neonpostgres",
3
- "version": "1.0.0-alpha.20250505.1",
3
+ "version": "1.0.0-alpha.20250507.1",
4
4
  "description": "A generated SDK for PostgresClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -96,26 +96,19 @@
96
96
  "scripts": {
97
97
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
98
98
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
99
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
100
99
  "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\"",
101
100
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
102
101
  "execute:samples": "dev-tool samples run samples-dev",
103
102
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
104
103
  "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\"",
105
104
  "generate:client": "echo skipped",
106
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
107
- "integration-test:browser": "echo skipped",
108
- "integration-test:node": "dev-tool run test:vitest --esm",
109
105
  "lint": "echo skipped",
110
106
  "lint:fix": "echo skipped",
111
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
112
107
  "pack": "npm pack 2>&1",
113
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
114
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
115
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
116
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
117
- "unit-test:browser": "echo skipped",
118
- "unit-test:node": "dev-tool run test:vitest",
108
+ "test": "npm run test:node && npm run test:browser",
109
+ "test:browser": "echo skipped",
110
+ "test:node": "dev-tool run test:vitest",
111
+ "test:node:esm": "dev-tool run test:vitest --esm",
119
112
  "update-snippets": "dev-tool run update-snippets"
120
113
  },
121
114
  "//sampleConfiguration": {