@stencil/vitest 1.13.0 → 1.13.2
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/plugin.d.ts.map +1 -1
- package/dist/plugin.js +2 -1
- package/package.json +2 -2
package/dist/plugin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAkC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,GAAE;IAAE,GAAG,CAAC,EAAE,OAAO,CAAA;CAAO,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAkC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,GAAE;IAAE,GAAG,CAAC,EAAE,OAAO,CAAA;CAAO,GAAG,MAAM,CAmGxE"}
|
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:
|
|
133
|
+
sourceMap: true,
|
|
134
134
|
style: opts.css ? 'static' : null,
|
|
135
135
|
styleImportData: opts.css ? 'queryparams' : null,
|
|
136
136
|
target: 'es2017',
|
|
@@ -145,6 +145,7 @@ export function stencilVitestPlugin(opts = {}) {
|
|
|
145
145
|
}
|
|
146
146
|
return {
|
|
147
147
|
code: result.code,
|
|
148
|
+
sourcemap: result.map,
|
|
148
149
|
};
|
|
149
150
|
}
|
|
150
151
|
catch (err) {
|
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.
|
|
7
|
+
"version": "1.13.2",
|
|
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.
|
|
114
|
+
"vitest-environment-stencil": "1.13.2"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@eslint/js": "^9.39.2",
|