|
3 | 3 | "sdk-type": "mgmt", |
4 | 4 | "author": "Microsoft Corporation", |
5 | 5 | "description": "A generated SDK for ContainerServiceClient.", |
6 | | - "version": "23.0.0-beta.2", |
| 6 | + "version": "22.2.0", |
7 | 7 | "engines": { |
8 | 8 | "node": ">=20.0.0" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "@azure/core-lro": "^2.5.4", |
12 | 12 | "@azure/abort-controller": "^2.1.2", |
13 | 13 | "@azure/core-paging": "^1.6.2", |
14 | | - "@azure/core-client": "^1.9.2", |
| 14 | + "@azure/core-client": "^1.9.3", |
15 | 15 | "@azure/core-auth": "^1.9.0", |
16 | | - "@azure/core-rest-pipeline": "^1.19.0", |
| 16 | + "@azure/core-rest-pipeline": "^1.19.1", |
17 | 17 | "tslib": "^2.8.1" |
18 | 18 | }, |
19 | 19 | "keywords": [ |
|
33 | 33 | "typescript": "~5.8.2", |
34 | 34 | "dotenv": "^16.0.0", |
35 | 35 | "@azure/dev-tool": "^1.0.0", |
36 | | - "@azure/identity": "^4.6.0", |
| 36 | + "@azure/identity": "^4.9.0", |
37 | 37 | "@azure/logger": "^1.1.4", |
38 | 38 | "@azure-tools/test-recorder": "^4.1.0", |
39 | 39 | "@azure-tools/test-credential": "^2.0.0", |
40 | 40 | "@azure-tools/test-utils-vitest": "^1.0.0", |
41 | 41 | "@types/node": "^20.0.0", |
42 | 42 | "@vitest/browser": "^3.0.9", |
43 | 43 | "@vitest/coverage-istanbul": "^3.0.9", |
44 | | - "playwright": "^1.50.1", |
| 44 | + "playwright": "^1.52.0", |
45 | 45 | "vitest": "^3.0.9" |
46 | 46 | }, |
47 | 47 | "repository": "github:Azure/azure-sdk-for-js", |
|
51 | 51 | "files": [ |
52 | 52 | "dist/", |
53 | 53 | "README.md", |
54 | | - "LICENSE", |
55 | | - "review/*", |
56 | | - "CHANGELOG.md" |
| 54 | + "LICENSE" |
57 | 55 | ], |
58 | 56 | "scripts": { |
59 | 57 | "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", |
60 | | - "build:samples": "echo skipped.", |
61 | | - "check-format": "echo skipped", |
62 | | - "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", |
63 | | - "execute:samples": "echo skipped", |
| 58 | + "prepack": "npm run build", |
| 59 | + "pack": "npm pack 2>&1", |
64 | 60 | "extract-api": "dev-tool run extract-api", |
65 | | - "format": "echo skipped", |
66 | 61 | "lint": "echo skipped", |
67 | | - "pack": "npm pack 2>&1", |
68 | | - "prepack": "npm run build", |
| 62 | + "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", |
| 63 | + "build:samples": "echo skipped.", |
| 64 | + "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}\" ", |
| 65 | + "execute:samples": "echo skipped", |
| 66 | + "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}\" ", |
69 | 67 | "test": "npm run test:node && npm run test:browser", |
70 | | - "test:browser": "echo skipped", |
71 | 68 | "test:node": "dev-tool run test:vitest", |
72 | | - "test:node:esm": "dev-tool run test:vitest --esm", |
73 | | - "update-snippets": "dev-tool run update-snippets" |
| 69 | + "test:browser": "echo skipped", |
| 70 | + "update-snippets": "dev-tool run update-snippets", |
| 71 | + "unit-test": "npm run unit-test:node && npm run unit-test:browser", |
| 72 | + "integration-test": "npm run integration-test:node && npm run integration-test:browser", |
| 73 | + "test:node:esm": "dev-tool run test:vitest --esm" |
74 | 74 | }, |
75 | 75 | "sideEffects": false, |
76 | 76 | "//metadata": { |
|
85 | 85 | "browser": "./dist/browser/index.js", |
86 | 86 | "react-native": "./dist/react-native/index.js", |
87 | 87 | "tshy": { |
88 | | - "project": "../../../tsconfig.src.build.json", |
| 88 | + "project": "./tsconfig.src.json", |
89 | 89 | "exports": { |
90 | 90 | "./package.json": "./package.json", |
91 | 91 | ".": "./src/index.ts" |
|
0 commit comments