|
3 | 3 | "sdk-type": "mgmt", |
4 | 4 | "author": "Microsoft Corporation", |
5 | 5 | "description": "A generated SDK for PostgreSQLManagementFlexibleServerClient.", |
6 | | - "version": "8.1.0-beta.1", |
| 6 | + "version": "9.0.0", |
7 | 7 | "engines": { |
8 | 8 | "node": ">=20.0.0" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@azure/abort-controller": "^2.1.2", |
12 | | - "@azure/core-auth": "^1.9.0", |
13 | | - "@azure/core-client": "^1.9.2", |
14 | 11 | "@azure/core-lro": "^2.5.4", |
| 12 | + "@azure/abort-controller": "^2.1.2", |
15 | 13 | "@azure/core-paging": "^1.6.2", |
16 | | - "@azure/core-rest-pipeline": "^1.19.0", |
| 14 | + "@azure/core-client": "^1.9.3", |
| 15 | + "@azure/core-auth": "^1.9.0", |
| 16 | + "@azure/core-rest-pipeline": "^1.19.1", |
17 | 17 | "tslib": "^2.8.1" |
18 | 18 | }, |
19 | 19 | "keywords": [ |
|
30 | 30 | "types": "./dist/commonjs/index.d.ts", |
31 | 31 | "type": "module", |
32 | 32 | "devDependencies": { |
33 | | - "@azure-tools/test-credential": "workspace:^", |
34 | | - "@azure-tools/test-recorder": "workspace:^", |
35 | | - "@azure-tools/test-utils-vitest": "workspace:^", |
| 33 | + "typescript": "catalog:", |
| 34 | + "rimraf": "catalog:", |
| 35 | + "dotenv": "catalog:testing", |
36 | 36 | "@azure/dev-tool": "workspace:^", |
| 37 | + "cross-env": "catalog:", |
| 38 | + "eslint": "catalog:", |
| 39 | + "prettier": "catalog:", |
| 40 | + "tshy": "catalog:", |
37 | 41 | "@azure/identity": "catalog:internal", |
38 | | - "@azure/logger": "^1.1.4", |
| 42 | + "@azure/logger": "workspace:^", |
| 43 | + "@azure-tools/test-recorder": "workspace:^", |
| 44 | + "@azure-tools/test-credential": "workspace:^", |
| 45 | + "@azure-tools/test-utils-vitest": "workspace:^", |
39 | 46 | "@types/node": "catalog:", |
40 | 47 | "@vitest/browser-playwright": "catalog:testing", |
41 | 48 | "@vitest/coverage-istanbul": "catalog:testing", |
42 | | - "cross-env": "catalog:", |
43 | | - "dotenv": "catalog:testing", |
44 | 49 | "playwright": "catalog:testing", |
45 | | - "rimraf": "catalog:", |
46 | | - "tshy": "catalog:", |
47 | | - "typescript": "catalog:", |
48 | 50 | "vitest": "catalog:testing" |
49 | 51 | }, |
50 | 52 | "repository": "github:Azure/azure-sdk-for-js", |
|
54 | 56 | "files": [ |
55 | 57 | "dist/", |
56 | 58 | "README.md", |
57 | | - "LICENSE", |
58 | | - "review/*", |
59 | | - "CHANGELOG.md" |
| 59 | + "LICENSE" |
60 | 60 | ], |
61 | 61 | "scripts": { |
62 | 62 | "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", |
63 | | - "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f", |
64 | | - "check-format": "echo skipped", |
65 | | - "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", |
66 | | - "execute:samples": "echo skipped", |
| 63 | + "pack": "pnpm pack 2>&1", |
67 | 64 | "extract-api": "dev-tool run extract-api", |
68 | | - "format": "echo skipped", |
69 | 65 | "lint": "echo skipped", |
70 | | - "pack": "pnpm pack 2>&1", |
| 66 | + "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", |
| 67 | + "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f", |
| 68 | + "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ", |
| 69 | + "execute:samples": "echo skipped", |
| 70 | + "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ", |
71 | 71 | "test": "npm run test:node && npm run test:browser", |
| 72 | + "test:node": "dev-tool run test:vitest", |
72 | 73 | "test:browser": "echo skipped", |
73 | | - "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest", |
74 | | - "update-snippets": "dev-tool run update-snippets" |
| 74 | + "update-snippets": "dev-tool run update-snippets", |
| 75 | + "test:node:esm": "dev-tool run test:vitest --esm" |
75 | 76 | }, |
76 | 77 | "sideEffects": false, |
77 | 78 | "//metadata": { |
|
85 | 86 | "autoPublish": true, |
86 | 87 | "browser": "./dist/browser/index.js", |
87 | 88 | "react-native": "./dist/react-native/index.js", |
88 | | - "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql-flexible", |
89 | 89 | "tshy": { |
90 | 90 | "project": "../../../tsconfig.src.build.json", |
91 | 91 | "exports": { |
|
102 | 102 | ], |
103 | 103 | "selfLink": false |
104 | 104 | }, |
| 105 | + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/postgresql/arm-postgresql-flexible", |
105 | 106 | "//sampleConfiguration": { |
106 | 107 | "productName": "", |
107 | 108 | "productSlugs": [ |
|
0 commit comments