@nx/vitest 0.0.0-pr-33611-04bb0f0 → 0.0.0-pr-33228-f4ef600

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/vitest",
3
3
  "description": "The Nx Plugin for Vitest to enable fast unit testing with Vitest.",
4
- "version": "0.0.0-pr-33611-04bb0f0",
4
+ "version": "0.0.0-pr-33228-f4ef600",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -52,8 +52,8 @@
52
52
  "executors": "./executors.json",
53
53
  "generators": "./generators.json",
54
54
  "dependencies": {
55
- "@nx/devkit": "0.0.0-pr-33611-04bb0f0",
56
- "@nx/js": "0.0.0-pr-33611-04bb0f0",
55
+ "@nx/devkit": "0.0.0-pr-33228-f4ef600",
56
+ "@nx/js": "0.0.0-pr-33228-f4ef600",
57
57
  "tslib": "^2.3.0",
58
58
  "semver": "^7.6.3",
59
59
  "@phenomnomnominal/tsquery": "~5.0.1"
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "nx": "0.0.0-pr-33611-04bb0f0"
74
+ "nx": "0.0.0-pr-33228-f4ef600"
75
75
  },
76
76
  "types": "./src/index.d.ts"
77
77
  }
@@ -1 +1 @@
1
- {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EASjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAcpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAQjD;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAOlB;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAuLlB;AAgMD,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/vitest/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EASjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAcpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAQjD;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAOlB;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,8BAqLlB;AAgMD,eAAe,sBAAsB,CAAC"}
@@ -107,7 +107,6 @@ getTestBed().initTestEnvironment(
107
107
  ],
108
108
  plugins: ['react()'],
109
109
  coverageProvider: schema.coverageProvider,
110
- useEsmExtension: true,
111
110
  }, true);
112
111
  }
113
112
  else {
@@ -115,7 +114,6 @@ getTestBed().initTestEnvironment(
115
114
  ...schema,
116
115
  includeVitest: true,
117
116
  includeLib: (0, ts_solution_setup_1.getProjectType)(tree, root, projectType) === 'library',
118
- useEsmExtension: true,
119
117
  }, true);
120
118
  }
121
119
  }