@azure-rest/defender-easm 1.0.0-alpha.20250805.1 → 1.0.0-alpha.20250826.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.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/defender-easm",
3
- "version": "1.0.0-alpha.20250805.1",
3
+ "version": "1.0.0-alpha.20250826.1",
4
4
  "description": "A generated SDK for EasmClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -64,38 +64,20 @@
64
64
  "tslib": "^2.8.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@azure-tools/test-credential": "^2.0.0",
68
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
69
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
70
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
71
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
72
- "@azure/identity": "^4.6.0",
73
- "@types/node": "^20.0.0",
74
- "@vitest/browser": "^3.0.9",
75
- "@vitest/coverage-istanbul": "^3.0.9",
67
+ "@azure/identity": "4.11.1",
68
+ "@types/node": "^20.19.0",
69
+ "@vitest/browser": "^3.2.3",
70
+ "@vitest/coverage-istanbul": "^3.2.3",
76
71
  "dotenv": "^16.0.0",
77
- "eslint": "^9.9.0",
72
+ "eslint": "^9.33.0",
78
73
  "playwright": "^1.50.1",
79
- "typescript": "~5.8.2",
80
- "vitest": "^3.0.9"
81
- },
82
- "scripts": {
83
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
84
- "build:samples": "echo skipped",
85
- "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}\" ",
86
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
87
- "execute:samples": "echo skipped",
88
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
89
- "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}\" ",
90
- "generate:client": "echo skipped",
91
- "lint": "eslint package.json src test",
92
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
93
- "pack": "npm pack 2>&1",
94
- "test": "npm run test:node && npm run test:browser",
95
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
96
- "test:node": "dev-tool run test:vitest",
97
- "test:node:esm": "dev-tool run test:vitest --esm",
98
- "update-snippets": "dev-tool run update-snippets"
74
+ "typescript": "~5.8.3",
75
+ "vitest": "^3.2.3",
76
+ "@azure-tools/test-credential": "^2.1.1",
77
+ "@azure-tools/test-utils-vitest": "^2.0.0",
78
+ "@azure/dev-tool": "^1.0.0",
79
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
80
+ "@azure-tools/test-recorder": "^4.1.0"
99
81
  },
100
82
  "//sampleConfiguration": {
101
83
  "productName": "Defender EASM Client",
@@ -130,5 +112,22 @@
130
112
  "types": "./dist/commonjs/index.d.ts",
131
113
  "module": "./dist/esm/index.js",
132
114
  "browser": "./dist/browser/index.js",
133
- "react-native": "./dist/react-native/index.js"
134
- }
115
+ "react-native": "./dist/react-native/index.js",
116
+ "scripts": {
117
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
118
+ "build:samples": "tsc -p tsconfig.samples.json",
119
+ "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}\" ",
120
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
121
+ "execute:samples": "echo skipped",
122
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
123
+ "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}\" ",
124
+ "generate:client": "echo skipped",
125
+ "lint": "eslint package.json src test",
126
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
127
+ "pack": "pnpm pack 2>&1",
128
+ "test": "npm run test:node && npm run test:browser",
129
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
130
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
131
+ "update-snippets": "dev-tool run update-snippets"
132
+ }
133
+ }