@nx/web 20.5.0 → 20.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/web",
3
- "version": "20.5.0",
3
+ "version": "20.5.1",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Playwright, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "http-server": "^14.1.0",
36
36
  "picocolors": "^1.1.0",
37
37
  "tslib": "^2.3.0",
38
- "@nx/devkit": "20.5.0",
39
- "@nx/js": "20.5.0"
38
+ "@nx/devkit": "20.5.1",
39
+ "@nx/js": "20.5.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
@@ -196,7 +196,7 @@ async function applicationGenerator(host, schema) {
196
196
  async function applicationGeneratorInternal(host, schema) {
197
197
  const options = await normalizeOptions(host, schema);
198
198
  if (options.isUsingTsSolutionConfig) {
199
- (0, ts_solution_setup_1.addProjectToTsSolutionWorkspace)(host, options.appProjectRoot);
199
+ await (0, ts_solution_setup_1.addProjectToTsSolutionWorkspace)(host, options.appProjectRoot);
200
200
  }
201
201
  const tasks = [];
202
202
  const jsInitTask = await (0, js_1.initGenerator)(host, {