@stencil/vitest 1.13.0 → 1.13.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.
Files changed (2) hide show
  1. package/dist/plugin.js +1 -1
  2. package/package.json +2 -2
package/dist/plugin.js CHANGED
@@ -130,7 +130,7 @@ export function stencilVitestPlugin(opts = {}) {
130
130
  currentDirectory: process.cwd(),
131
131
  module: 'esm',
132
132
  proxy: null,
133
- sourceMap: false,
133
+ sourceMap: true,
134
134
  style: opts.css ? 'static' : null,
135
135
  styleImportData: opts.css ? 'queryparams' : null,
136
136
  target: 'es2017',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/stenciljs/vitest"
6
6
  },
7
- "version": "1.13.0",
7
+ "version": "1.13.1",
8
8
  "description": "First-class testing utilities for Stencil design systems with Vitest",
9
9
  "license": "MIT",
10
10
  "type": "module",
@@ -111,7 +111,7 @@
111
111
  "dependencies": {
112
112
  "jiti": "^2.6.1",
113
113
  "local-pkg": "^1.1.2",
114
- "vitest-environment-stencil": "1.13.0"
114
+ "vitest-environment-stencil": "1.13.1"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@eslint/js": "^9.39.2",