|
1 | 1 | {
|
2 | 2 | "name": "@azure/arm-dependencymap",
|
3 |
| - "version": "1.0.0-beta.1", |
| 3 | + "version": "1.0.0-beta.2", |
4 | 4 | "description": "A generated SDK for DependencyMapClient.",
|
5 | 5 | "engines": {
|
6 | 6 | "node": ">=18.0.0"
|
|
66 | 66 | "@azure/abort-controller": "^2.1.2",
|
67 | 67 | "@azure/core-auth": "^1.9.0",
|
68 | 68 | "@azure/core-lro": "^3.1.0",
|
69 |
| - "@azure/core-rest-pipeline": "^1.19.1", |
70 |
| - "@azure/core-util": "^1.11.0", |
71 |
| - "@azure/logger": "^1.1.4", |
| 69 | + "@azure/core-rest-pipeline": "^1.20.0", |
| 70 | + "@azure/core-util": "^1.12.0", |
| 71 | + "@azure/logger": "^1.2.0", |
72 | 72 | "tslib": "^2.8.1"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
|
77 | 77 | "@azure-tools/test-utils-vitest": "^1.0.0",
|
78 | 78 | "@azure/dev-tool": "^1.0.0",
|
79 | 79 | "@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
80 |
| - "@azure/identity": "^4.8.0", |
| 80 | + "@azure/identity": "^4.9.1", |
81 | 81 | "@types/node": "^18.0.0",
|
82 | 82 | "@vitest/browser": "^3.0.9",
|
83 | 83 | "@vitest/coverage-istanbul": "^3.0.9",
|
84 | 84 | "dotenv": "^16.0.0",
|
85 | 85 | "eslint": "^9.9.0",
|
86 |
| - "playwright": "^1.51.1", |
| 86 | + "playwright": "^1.52.0", |
87 | 87 | "typescript": "~5.8.2",
|
88 | 88 | "vitest": "^3.0.9"
|
89 | 89 | },
|
90 | 90 | "scripts": {
|
91 | 91 | "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
92 | 92 | "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
| 93 | + "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test", |
93 | 94 | "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\"",
|
94 | 95 | "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
95 | 96 | "execute:samples": "dev-tool samples run samples-dev",
|
96 | 97 | "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
97 | 98 | "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\"",
|
98 | 99 | "generate:client": "echo skipped",
|
99 |
| - "lint": "echo skipped", |
100 |
| - "lint:fix": "echo skipped", |
| 100 | + "integration-test": "npm run integration-test:node && npm run integration-test:browser", |
| 101 | + "integration-test:browser": "echo skipped", |
| 102 | + "integration-test:node": "echo skipped", |
| 103 | + "lint": "eslint package.json api-extractor.json src test", |
| 104 | + "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", |
| 105 | + "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js", |
101 | 106 | "pack": "npm pack 2>&1",
|
102 |
| - "test": "npm run test:node && npm run test:browser", |
| 107 | + "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test", |
103 | 108 | "test:browser": "echo skipped",
|
104 | 109 | "test:node": "dev-tool run test:vitest",
|
105 |
| - "test:node:esm": "dev-tool run test:vitest --esm", |
106 |
| - "update-snippets": "dev-tool run update-snippets" |
| 110 | + "unit-test": "npm run unit-test:node && npm run unit-test:browser", |
| 111 | + "unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser", |
| 112 | + "unit-test:node": "dev-tool run test:vitest", |
| 113 | + "update-snippets": "dev-tool run update-snippets", |
| 114 | + "test:node:esm": "dev-tool run test:vitest --esm" |
107 | 115 | },
|
108 | 116 | "//sampleConfiguration": {
|
109 | 117 | "productName": "@azure/arm-dependencymap",
|
|
0 commit comments