@typespec/bundler 0.1.0-alpha.5-dev.11 → 0.1.0-alpha.5-dev.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/bundler",
3
- "version": "0.1.0-alpha.5-dev.11",
3
+ "version": "0.1.0-alpha.5-dev.12",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "Package to bundle a typespec library.",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -49,8 +49,9 @@
49
49
  "@types/node": "~18.11.9",
50
50
  "@typespec/eslint-config-typespec": "~0.51.0 || >=0.52.0-dev <0.52.0",
51
51
  "eslint": "^8.55.0",
52
- "vitest": "^1.1.0",
52
+ "vitest": "^1.2.0",
53
53
  "@vitest/coverage-v8": "^1.1.0",
54
+ "@vitest/ui": "~1.1.3",
54
55
  "c8": "~8.0.1",
55
56
  "rimraf": "~5.0.1",
56
57
  "typescript": "~5.3.3",
@@ -64,7 +65,7 @@
64
65
  "build": "tsc -p .",
65
66
  "watch": "tsc -p . --watch",
66
67
  "test": "vitest run",
67
- "test:watch": "vitest -w",
68
+ "test:ui": "vitest --ui",
68
69
  "test-official": "vitest run --coverage --reporter=junit --reporter=default --no-file-parallelism",
69
70
  "lint": "eslint . --ext .ts --max-warnings=0",
70
71
  "lint:fix": "eslint . --fix --ext .ts"
@@ -1,3 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
3
- //# sourceMappingURL=vitest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.d.ts","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":";AAEA,wBAWG"}
@@ -1,14 +0,0 @@
1
- import { defineConfig } from "vitest/config";
2
- export default defineConfig({
3
- test: {
4
- environment: "node",
5
- isolate: false,
6
- coverage: {
7
- reporter: ["cobertura", "json", "text"],
8
- },
9
- outputFile: {
10
- junit: "./test-results.xml",
11
- },
12
- },
13
- });
14
- //# sourceMappingURL=vitest.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vitest.config.js","sourceRoot":"","sources":["../vitest.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,eAAe,YAAY,CAAC;IAC1B,IAAI,EAAE;QACJ,WAAW,EAAE,MAAM;QACnB,OAAO,EAAE,KAAK;QACd,QAAQ,EAAE;YACR,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC;SACxC;QACD,UAAU,EAAE;YACV,KAAK,EAAE,oBAAoB;SAC5B;KACF;CACF,CAAC,CAAC"}