@nx/maven 23.0.0-beta.21 → 23.0.0-beta.23
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/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const name: string;
|
|
2
|
-
export declare const createNodes: import("@nx/devkit").
|
|
3
|
-
export declare const createNodesV2: import("@nx/devkit").
|
|
2
|
+
export declare const createNodes: import("@nx/devkit").CreateNodes<import("./plugins/types").MavenPluginOptions>;
|
|
3
|
+
export declare const createNodesV2: import("@nx/devkit").CreateNodes<import("./plugins/types").MavenPluginOptions>;
|
|
4
4
|
export declare const createDependencies: import("@nx/devkit").CreateDependencies;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,QAAoD,CAAC;AACtE,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,QAAoD,CAAC;AACtE,eAAO,MAAM,WAAW,gFAAwC,CAAC;AACjE,eAAO,MAAM,aAAa,gFAAc,CAAC;AACzC,eAAO,MAAM,kBAAkB,yCAA+C,CAAC"}
|
package/dist/plugins/nodes.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateNodes } from '@nx/devkit';
|
|
2
2
|
import { MavenPluginOptions } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Maven plugin that analyzes Maven projects and returns configurations
|
|
5
5
|
*/
|
|
6
|
-
export declare const createNodes:
|
|
6
|
+
export declare const createNodes: CreateNodes<MavenPluginOptions>;
|
|
7
7
|
//# sourceMappingURL=nodes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nodes.d.ts","sourceRoot":"","sources":["../../src/plugins/nodes.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"nodes.d.ts","sourceRoot":"","sources":["../../src/plugins/nodes.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,WAAW,EAAa,MAAM,YAAY,CAAC;AAG5E,OAAO,EAAmB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAU9D;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,kBAAkB,CA+EvD,CAAC"}
|
package/dist/plugins/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { CreateNodesResultArray } from '@nx/devkit';
|
|
2
2
|
import type { RawProjectGraphDependency } from 'nx/src/project-graph/project-graph-builder';
|
|
3
3
|
export interface MavenPluginOptions {
|
|
4
4
|
verbose?: boolean;
|
|
@@ -6,7 +6,7 @@ export interface MavenPluginOptions {
|
|
|
6
6
|
}
|
|
7
7
|
export declare const DEFAULT_OPTIONS: MavenPluginOptions;
|
|
8
8
|
export interface MavenAnalysisData {
|
|
9
|
-
createNodesResults:
|
|
9
|
+
createNodesResults: CreateNodesResultArray;
|
|
10
10
|
createDependenciesResults: RawProjectGraphDependency[];
|
|
11
11
|
generatedAt?: number;
|
|
12
12
|
workspaceRoot?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/plugins/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/plugins/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACzD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AAE5F,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,eAAe,EAAE,kBAAuB,CAAC;AAKtD,MAAM,WAAW,iBAAiB;IAChC,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,yBAAyB,EAAE,yBAAyB,EAAE,CAAC;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/maven",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Nx plugin for Maven integration",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"author": "Victor Savkin",
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@nx/devkit": "23.0.0-beta.
|
|
50
|
+
"@nx/devkit": "23.0.0-beta.23",
|
|
51
51
|
"@xmldom/xmldom": "^0.8.10",
|
|
52
52
|
"tree-kill": "^1.2.2",
|
|
53
53
|
"tslib": "^2.3.0"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@types/xmldom": "^0.1.34",
|
|
59
59
|
"jest": "30.3.0",
|
|
60
60
|
"memfs": "^4.9.2",
|
|
61
|
-
"nx": "23.0.0-beta.
|
|
61
|
+
"nx": "23.0.0-beta.23",
|
|
62
62
|
"ts-jest": "^29.4.0",
|
|
63
63
|
"typescript": "~5.9.2"
|
|
64
64
|
},
|