@typespec/http-specs 0.1.0-alpha.33-dev.2 → 0.1.0-alpha.33-dev.3
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/manifest.json +11185 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/http-specs",
|
|
3
3
|
"displayName": "Http Specs",
|
|
4
|
-
"version": "0.1.0-alpha.33-dev.
|
|
4
|
+
"version": "0.1.0-alpha.33-dev.3",
|
|
5
5
|
"description": "Spec scenarios and mock apis",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"type": "module",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"validate-scenarios": "tsp-spector validate-scenarios ./specs",
|
|
55
55
|
"generate-scenarios-summary": "tsp-spector generate-scenarios-summary ./specs",
|
|
56
56
|
"regen-docs": "pnpm generate-scenarios-summary",
|
|
57
|
-
"upload-manifest": "tsp-spector upload-manifest ./specs --
|
|
57
|
+
"upload-manifest": "tsp-spector upload-manifest ./specs --containerName coverages --storageAccountName typespec --manifestName http-specs",
|
|
58
58
|
"upload-coverage": "tsp-spector upload-coverage --generatorName @typespec/http-specs --generatorVersion 0.1.0-alpha.4 --containerName coverages --generatorMode standard --storageAccountName typespec",
|
|
59
59
|
"validate-mock-apis": "tsp-spector validate-mock-apis ./specs",
|
|
60
60
|
"check-scenario-coverage": "tsp-spector check-coverage ./specs",
|