@azure-rest/defender-easm 1.0.0-alpha.20240205.1 → 1.0.0-alpha.20240325.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 +4 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/defender-easm",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20240325.1",
|
|
6
6
|
"description": "Defender EASM Client",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
40
40
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
41
41
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
42
|
-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
42
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
43
43
|
"execute:samples": "echo skipped",
|
|
44
44
|
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
|
|
45
45
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"karma": "^6.2.0",
|
|
100
100
|
"mkdirp": "^1.0.4",
|
|
101
101
|
"mocha": "^10.0.0",
|
|
102
|
-
"c8": "^
|
|
103
|
-
"rimraf": "^
|
|
102
|
+
"c8": "^9.1.0",
|
|
103
|
+
"rimraf": "^5.0.5",
|
|
104
104
|
"source-map-support": "^0.5.9",
|
|
105
105
|
"typescript": "~5.3.3",
|
|
106
106
|
"ts-node": "^10.0.0",
|