@azure-rest/defender-easm 1.0.0-alpha.20251002.1 → 1.0.0-alpha.20251006.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/defender-easm",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251006.1",
|
|
4
4
|
"description": "A generated SDK for EasmClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -119,7 +119,7 @@
|
|
|
119
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
120
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
121
121
|
"execute:samples": "echo skipped",
|
|
122
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
122
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
123
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
124
|
"generate:client": "echo skipped",
|
|
125
125
|
"lint": "eslint package.json src test",
|