@nstudio/angular 14.0.1 → 15.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/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nstudio/angular",
|
3
|
-
"version": "
|
3
|
+
"version": "15.0.0",
|
4
4
|
"description": "Angular Plugin for xplat",
|
5
5
|
"homepage": "https://nstudio.io/xplat",
|
6
6
|
"repository": {
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"migrations": "./migrations.json"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@nrwl/angular": "^
|
32
|
+
"@nrwl/angular": "^15.0.0"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@nstudio/xplat": "
|
35
|
+
"@nstudio/xplat": "15.0.0"
|
36
36
|
}
|
37
37
|
}
|
@@ -174,9 +174,9 @@ function updateWorkspaceSupport(options, tree, context) {
|
|
174
174
|
json.scripts = json.scripts || {};
|
175
175
|
json.dependencies = json.dependencies || {};
|
176
176
|
const angularVersion = json.dependencies['@angular/core'];
|
177
|
-
json.dependencies = Object.assign(Object.assign({}, json.dependencies), { '@angular/elements': angularVersion, '@webcomponents/webcomponentsjs': '^2.
|
177
|
+
json.dependencies = Object.assign(Object.assign({}, json.dependencies), { '@angular/elements': angularVersion, '@webcomponents/webcomponentsjs': '^2.6.0' });
|
178
178
|
json.devDependencies = json.devDependencies || {};
|
179
|
-
json.devDependencies = Object.assign(Object.assign({}, json.devDependencies), { 'http-server': '^
|
179
|
+
json.devDependencies = Object.assign(Object.assign({}, json.devDependencies), { 'http-server': '^14.1.1', 'ngx-build-plus': '^15.0.0' });
|
180
180
|
return json;
|
181
181
|
})(tree, context);
|
182
182
|
}
|
package/src/utils/versions.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare const xplatVersion = "*";
|
2
|
-
export declare const nxVersion = "^
|
3
|
-
export declare const angularVersion = "^
|
4
|
-
export declare const angularDevkitVersion = "^
|
2
|
+
export declare const nxVersion = "^15.0.0";
|
3
|
+
export declare const angularVersion = "^14.0.0";
|
4
|
+
export declare const angularDevkitVersion = "^14.0.0";
|
5
5
|
export declare const ngxTranslateVersion = "~14.0.0";
|
6
6
|
export declare const ngxTranslateHttpVersion = "~7.0.0";
|
7
7
|
export declare const coreJsVersion = "^3.6.5";
|
package/src/utils/versions.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.typesJest = exports.jestPresetAngular = exports.zonejsVersion = exports.rxjsVersion = exports.coreJsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
|
4
|
-
exports.xplatVersion = '
|
5
|
-
exports.nxVersion = '^
|
6
|
-
exports.angularVersion = '^
|
7
|
-
exports.angularDevkitVersion = '^
|
4
|
+
exports.xplatVersion = '15.0.0';
|
5
|
+
exports.nxVersion = '^15.0.0';
|
6
|
+
exports.angularVersion = '^14.0.0';
|
7
|
+
exports.angularDevkitVersion = '^14.0.0';
|
8
8
|
exports.ngxTranslateVersion = '~14.0.0';
|
9
9
|
exports.ngxTranslateHttpVersion = '~7.0.0';
|
10
10
|
exports.coreJsVersion = '^3.6.5';
|