@nstudio/web-angular 16.2.0-beta.0 → 16.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/README.md CHANGED
@@ -25,15 +25,17 @@
25
25
  ```
26
26
  npx create-nx-workspace@latest
27
27
 
28
- // Choose "Integrated monorepo" at the prompt:
28
+ Where would you like to create your workspace? · {your-workspace-name}
29
29
 
30
- ? Choose what to create …
31
- > Integrated monorepo: Nx configures your favorite frameworks and lets you focus on shipping features.
30
+ // 1. Choose "None" at the prompt:
32
31
 
33
- // Choose "apps" at the prompt:
32
+ ? Which stack do you want to use? …
33
+ None: Configures a minimal structure without specific frameworks or technologies.
34
34
 
35
- ? What to create in the new workspace …
36
- > apps [an empty monorepo with no plugins with a layout that works best for building apps]
35
+ // 2. Choose "Integrated" at the prompt:
36
+
37
+ ? Package-based or integrated? …
38
+ Integrated: Nx creates a workspace structure most suitable for building apps.
37
39
  ```
38
40
 
39
41
  Install the tools:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/web-angular",
3
- "version": "16.2.0-beta.0",
3
+ "version": "16.5.1",
4
4
  "description": "Web Angular Plugin for xplat",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nstudio/angular": "16.2.0-beta.0",
34
- "@nstudio/web": "16.2.0-beta.0"
33
+ "@nstudio/angular": "16.5.1",
34
+ "@nstudio/web": "16.5.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@nstudio/xplat": "16.2.0-beta.0"
37
+ "@nstudio/xplat": "16.5.1"
38
38
  }
39
39
  }
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.xplatVersion = void 0;
4
- exports.xplatVersion = '16.2.0-beta.0';
4
+ exports.xplatVersion = '16.5.1';