@typespec/compiler 0.56.0-dev.0 → 0.56.0-dev.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/dist/manifest.js +2 -2
- package/package.json +2 -2
package/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.56.0-dev.
|
|
3
|
+
"version": "0.56.0-dev.1",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"test": "vitest run",
|
|
115
115
|
"test:ui": "vitest --ui",
|
|
116
116
|
"test:watch": "vitest -w",
|
|
117
|
-
"test
|
|
117
|
+
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
|
|
118
118
|
"test:e2e": "vitest run --config ./vitest.config.e2e.ts",
|
|
119
119
|
"gen-manifest": "node scripts/generate-manifest.js",
|
|
120
120
|
"regen-nonascii": "node scripts/regen-nonascii.js",
|