@apitree.cz/vitest-config 0.2.0-next.dcad4a0 → 0.2.0-next.de70904

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,8 +34,8 @@ export { react as default } from '@apitree.cz/vitest-config';
34
34
 
35
35
  ### Nest.js
36
36
 
37
- ⚠️ Nest.js projects are CJS by default, this configuration needs to be placed in `vitest.config.mjs` to interpret it as
38
- ESM.
37
+ ⚠️ _Nest.js projects are CJS by default. This configuration needs to be placed in `vitest.config.mjs` to interpret it as
38
+ ESM._
39
39
 
40
40
  ```typescript
41
41
  export { nestjs as default } from '@apitree.cz/vitest-config';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/vitest-config",
3
- "version": "0.2.0-next.dcad4a0",
3
+ "version": "0.2.0-next.de70904",
4
4
  "description": "Vitest configuration for ApiTree projects.",
5
5
  "repository": {
6
6
  "type": "git",