@nstudio/angular 19.0.0-alpha.0 → 19.0.0
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": "@nstudio/angular",
|
3
|
-
"version": "19.0.0
|
3
|
+
"version": "19.0.0",
|
4
4
|
"description": "Angular Plugin for xplat",
|
5
5
|
"homepage": "https://nstudio.io/xplat",
|
6
6
|
"repository": {
|
@@ -32,6 +32,6 @@
|
|
32
32
|
"@nx/angular": "^19.0.0"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@nstudio/xplat": "19.0.0
|
35
|
+
"@nstudio/xplat": "19.0.0"
|
36
36
|
}
|
37
37
|
}
|
@@ -34,7 +34,7 @@ function default_1(options) {
|
|
34
34
|
})
|
35
35
|
: (0, schematics_1.noop)(),
|
36
36
|
(tree, context) => {
|
37
|
-
const nrwlWebOptions = Object.assign(Object.assign({}, options), { standalone: false, skipInstall: true
|
37
|
+
const nrwlWebOptions = Object.assign(Object.assign({}, options), { standalone: false, skipInstall: true });
|
38
38
|
// remove non schema validated properties
|
39
39
|
delete nrwlWebOptions.groupByName;
|
40
40
|
delete nrwlWebOptions.useXplat;
|
package/src/utils/versions.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.typesJest = exports.zonejsVersion = exports.rxjsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
|
4
|
-
exports.xplatVersion = '19.0.0
|
4
|
+
exports.xplatVersion = '19.0.0';
|
5
5
|
exports.nxVersion = '^19.0.0';
|
6
6
|
exports.angularVersion = '^18.0.0';
|
7
7
|
exports.angularDevkitVersion = '^18.0.0';
|