@nstudio/angular 16.5.2 → 16.5.3
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 +2 -2
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nstudio/angular",
|
3
|
-
"version": "16.5.
|
3
|
+
"version": "16.5.3",
|
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": "^16.0.0"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@nstudio/xplat": "16.5.
|
35
|
+
"@nstudio/xplat": "16.5.3"
|
36
36
|
}
|
37
37
|
}
|
package/src/utils/versions.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const xplatVersion = "*";
|
2
|
-
export declare const nxVersion = "^16.
|
2
|
+
export declare const nxVersion = "^16.0.0";
|
3
3
|
export declare const angularVersion = "^16.0.0";
|
4
4
|
export declare const angularDevkitVersion = "^16.0.0";
|
5
5
|
export declare const ngxTranslateVersion = "~14.0.0";
|
package/src/utils/versions.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.typesJest = exports.jestPresetAngular = exports.zonejsVersion = exports.rxjsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
|
4
|
-
exports.xplatVersion = '16.5.
|
5
|
-
exports.nxVersion = '^16.
|
4
|
+
exports.xplatVersion = '16.5.3';
|
5
|
+
exports.nxVersion = '^16.0.0';
|
6
6
|
exports.angularVersion = '^16.0.0';
|
7
7
|
exports.angularDevkitVersion = '^16.0.0';
|
8
8
|
exports.ngxTranslateVersion = '~14.0.0';
|