@nstudio/web-angular 15.0.4-rc.0 → 15.0.4-rc.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
@@ -42,10 +42,12 @@ You are now ready to create apps:
42
42
  nx g app
43
43
  ```
44
44
 
45
- **NOTE:** If you encounter any issue, you can try creating an Nx workspace with version specified, for example:
45
+ **NOTE:** If you encounter any issue, you can try creating an Nx workspace with a version specified.
46
+
47
+ We have tested with the following, for example:
46
48
 
47
49
  ```
48
- npx create-nx-workspace@14.1.7
50
+ npx create-nx-workspace@15.9.2
49
51
  ```
50
52
 
51
53
  ## App generation examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/web-angular",
3
- "version": "15.0.4-rc.0",
3
+ "version": "15.0.4-rc.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": "15.0.4-rc.0",
34
- "@nstudio/web": "15.0.4-rc.0"
33
+ "@nstudio/angular": "15.0.4-rc.1",
34
+ "@nstudio/web": "15.0.4-rc.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@nstudio/xplat": "15.0.4-rc.0"
37
+ "@nstudio/xplat": "15.0.4-rc.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 = '15.0.4-rc.0';
4
+ exports.xplatVersion = '15.0.4-rc.1';