@nx/node 21.4.0 → 21.4.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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/node",
|
3
|
-
"version": "21.4.
|
3
|
+
"version": "21.4.1",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
|
6
6
|
"repository": {
|
@@ -32,16 +32,16 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"tslib": "^2.3.0",
|
35
|
-
"@nx/devkit": "21.4.
|
36
|
-
"@nx/jest": "21.4.
|
37
|
-
"@nx/js": "21.4.
|
38
|
-
"@nx/eslint": "21.4.
|
39
|
-
"@nx/docker": "21.4.
|
35
|
+
"@nx/devkit": "21.4.1",
|
36
|
+
"@nx/jest": "21.4.1",
|
37
|
+
"@nx/js": "21.4.1",
|
38
|
+
"@nx/eslint": "21.4.1",
|
39
|
+
"@nx/docker": "21.4.1",
|
40
40
|
"tcp-port-used": "^1.0.2",
|
41
41
|
"kill-port": "^1.6.1"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"nx": "21.4.
|
44
|
+
"nx": "21.4.1"
|
45
45
|
},
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|
package/src/utils/versions.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const nxVersion: any;
|
2
2
|
export declare const tslibVersion = "^2.3.0";
|
3
|
-
export declare const typesNodeVersion = "
|
3
|
+
export declare const typesNodeVersion = "20.19.9";
|
4
4
|
export declare const expressVersion = "^4.21.2";
|
5
5
|
export declare const expressTypingsVersion = "^4.17.21";
|
6
6
|
export declare const koaVersion = "~2.14.1";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/node/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,WAAW,CAAC;AAErC,eAAO,MAAM,gBAAgB,
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/node/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,WAAW,CAAC;AAErC,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAE1C,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAE3C,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAE7C,eAAO,MAAM,YAAY,WAAW,CAAC"}
|
package/src/utils/versions.js
CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.axiosVersion = exports.fastifyPluginVersion = exports.fastifySensibleVersion = exports.fastifyAutoloadVersion = exports.fastifyVersion = exports.koaTypingsVersion = exports.koaVersion = exports.expressTypingsVersion = exports.expressVersion = exports.typesNodeVersion = exports.tslibVersion = exports.nxVersion = void 0;
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
5
5
|
exports.tslibVersion = '^2.3.0';
|
6
|
-
exports.typesNodeVersion = '
|
6
|
+
exports.typesNodeVersion = '20.19.9';
|
7
7
|
exports.expressVersion = '^4.21.2';
|
8
8
|
exports.expressTypingsVersion = '^4.17.21';
|
9
9
|
exports.koaVersion = '~2.14.1';
|