@azure-rest/defender-easm 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250507.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 +5 -12
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.20250507.1",
|
|
4
4
|
"description": "A generated SDK for EasmClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -82,26 +82,19 @@
|
|
|
82
82
|
"scripts": {
|
|
83
83
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
84
84
|
"build:samples": "echo skipped",
|
|
85
|
-
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
86
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}\" ",
|
|
87
86
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
88
87
|
"execute:samples": "echo skipped",
|
|
89
88
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
90
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}\" ",
|
|
91
90
|
"generate:client": "echo skipped",
|
|
92
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
93
|
-
"integration-test:browser": "echo skipped",
|
|
94
|
-
"integration-test:node": "echo skipped",
|
|
95
91
|
"lint": "eslint package.json api-extractor.json src test",
|
|
96
92
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
97
|
-
"minify": "echo skipped",
|
|
98
93
|
"pack": "npm pack 2>&1",
|
|
99
|
-
"test": "npm run
|
|
100
|
-
"test:browser": "npm run clean &&
|
|
101
|
-
"test:node": "
|
|
102
|
-
"
|
|
103
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
104
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
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",
|
|
105
98
|
"update-snippets": "dev-tool run update-snippets"
|
|
106
99
|
},
|
|
107
100
|
"//sampleConfiguration": {
|