@azure-rest/defender-easm 1.0.0-alpha.20241212.1 → 1.0.0-alpha.20241213.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 -3
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.20241213.1",
|
|
6
6
|
"description": "Defender EASM Client",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"generate:client": "echo skipped",
|
|
41
41
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
42
42
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
43
|
-
"integration-test:node": "dev-tool run test:vitest",
|
|
43
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
44
44
|
"lint": "eslint package.json api-extractor.json src test",
|
|
45
45
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
46
46
|
"pack": "npm pack 2>&1",
|
|
@@ -112,7 +112,8 @@
|
|
|
112
112
|
"browser",
|
|
113
113
|
"react-native"
|
|
114
114
|
],
|
|
115
|
-
"selfLink": false
|
|
115
|
+
"selfLink": false,
|
|
116
|
+
"project": "./tsconfig.src.json"
|
|
116
117
|
},
|
|
117
118
|
"exports": {
|
|
118
119
|
"./package.json": "./package.json",
|