@powerlines/nx 0.5.2 → 0.6.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/{chunk-FQGP7LHQ.mjs → chunk-3VDIABQM.mjs} +1 -1
  3. package/dist/{chunk-FW5WOOGV.js → chunk-3VJBDW77.js} +21 -16
  4. package/dist/{chunk-RVNLAQU5.mjs → chunk-AKQ4ET4F.mjs} +21 -16
  5. package/dist/{chunk-BJ4E5KUK.js → chunk-CH4AFRMH.js} +2 -2
  6. package/dist/{chunk-6EYSDBXF.mjs → chunk-EKEZDLN2.mjs} +1 -1
  7. package/dist/{chunk-V73NN5FH.mjs → chunk-GFTKA5N5.mjs} +1 -1
  8. package/dist/{chunk-ID7Q55KI.js → chunk-MTNL3MVV.js} +2 -2
  9. package/dist/{chunk-6COOH7PT.js → chunk-ODOLGJKY.js} +2 -2
  10. package/dist/{chunk-YZ7FHAGJ.mjs → chunk-PWRKGASF.mjs} +1 -1
  11. package/dist/{chunk-K2URIO44.mjs → chunk-QBL3JIKQ.mjs} +1 -1
  12. package/dist/{chunk-USVD3RLO.js → chunk-X7QVSC5J.js} +2 -2
  13. package/dist/{chunk-QARFJCME.js → chunk-XYXUN542.js} +2 -2
  14. package/dist/executors.js +11 -11
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +11 -11
  17. package/dist/index.mjs +6 -6
  18. package/dist/src/base/base-executor.js +2 -2
  19. package/dist/src/base/base-executor.mjs +1 -1
  20. package/dist/src/executors/build/executor.js +4 -4
  21. package/dist/src/executors/build/executor.mjs +2 -2
  22. package/dist/src/executors/clean/executor.js +4 -4
  23. package/dist/src/executors/clean/executor.mjs +2 -2
  24. package/dist/src/executors/docs/executor.js +4 -4
  25. package/dist/src/executors/docs/executor.mjs +2 -2
  26. package/dist/src/executors/lint/executor.js +4 -4
  27. package/dist/src/executors/lint/executor.mjs +2 -2
  28. package/dist/src/executors/prepare/executor.js +4 -4
  29. package/dist/src/executors/prepare/executor.mjs +2 -2
  30. package/package.json +13 -13
  31. package/dist/src/executors/build/schema.d.ts +0 -85
  32. package/dist/src/executors/build/schema.json +0 -96
  33. package/dist/src/executors/clean/schema.d.ts +0 -75
  34. package/dist/src/executors/clean/schema.json +0 -77
  35. package/dist/src/executors/docs/schema.d.ts +0 -75
  36. package/dist/src/executors/docs/schema.json +0 -77
  37. package/dist/src/executors/lint/schema.d.ts +0 -75
  38. package/dist/src/executors/lint/schema.json +0 -77
  39. package/dist/src/executors/prepare/schema.d.ts +0 -75
  40. package/dist/src/executors/prepare/schema.json +0 -77
  41. package/dist/src/generators/sync/schema.d.ts +0 -15
  42. package/dist/src/generators/sync/schema.json +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.5.2",
3
+ "version": "0.6.1",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -139,13 +139,13 @@
139
139
  },
140
140
  "typings": "dist/index.d.ts",
141
141
  "dependencies": {
142
- "@nx/devkit": "21.5.3",
143
- "@storm-software/build-tools": "^0.158.7",
144
- "@storm-software/config": "^1.134.7",
145
- "@storm-software/config-tools": "^1.188.7",
146
- "@storm-software/esbuild": "^0.53.7",
147
- "@storm-software/unbuild": "^0.57.7",
148
- "@storm-software/workspace-tools": "^1.292.7",
142
+ "@nx/devkit": "^21.6.6",
143
+ "@storm-software/build-tools": "^0.158.11",
144
+ "@storm-software/config": "^1.134.11",
145
+ "@storm-software/config-tools": "^1.188.11",
146
+ "@storm-software/esbuild": "^0.53.11",
147
+ "@storm-software/unbuild": "^0.57.11",
148
+ "@storm-software/workspace-tools": "^1.292.11",
149
149
  "@stryke/fs": "^0.32.2",
150
150
  "@stryke/hash": "^0.12.0",
151
151
  "@stryke/path": "^0.16.0",
@@ -153,12 +153,12 @@
153
153
  "@stryke/type-checks": "^0.3.10",
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
- "nx": "21.5.3",
157
- "powerlines": "^0.6.1"
156
+ "nx": "21.6.6",
157
+ "powerlines": "^0.7.1"
158
158
  },
159
159
  "devDependencies": {
160
- "@nx/workspace": "21.5.3",
161
- "@storm-software/testing-tools": "^1.119.7",
160
+ "@nx/workspace": "21.6.6",
161
+ "@storm-software/testing-tools": "^1.119.11",
162
162
  "@types/node": "^22.18.12",
163
163
  "eslint-flat-config-utils": "2.1.0",
164
164
  "jsonc-eslint-parser": "2.4.0",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "49929e8c2f56d148c77d5259132b1e8d4f28767c"
171
+ "gitHead": "0e181730de1a48ab982b8eb133b36fc5c8be40be"
172
172
  }
@@ -1,85 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface BuildExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- * @default "dist/{projectRoot}"
12
- *
13
- * @format path
14
- */
15
- outputPath?: string,
16
-
17
- /**
18
- * TypeScript Configuration File
19
- *
20
- * The path to the tsconfig file
21
- *
22
- * @default "{projectRoot}/tsconfig.json"
23
- *
24
- * @format path
25
- */
26
- tsconfig?: string,
27
-
28
- /**
29
- * Powerlines Configuration File
30
- *
31
- * The path to the Powerlines configuration file
32
- *
33
- * @default "{projectRoot}/powerlines.config.ts"
34
- *
35
- * @format path
36
- */
37
- configFile?: string,
38
-
39
- /**
40
- * Mode
41
- *
42
- * The build mode
43
- *
44
- *
45
- * @enum development,test,production
46
- */
47
- mode?: string,
48
-
49
- /**
50
- * Skip Installs
51
- *
52
- * Skip installing dependencies before building
53
- *
54
- */
55
- skipInstalls?: boolean,
56
-
57
- /**
58
- * Skip Cache
59
- *
60
- * Skip the cache when building
61
- *
62
- */
63
- skipCache?: boolean,
64
-
65
- /**
66
- * Log Level
67
- *
68
- * The log level to use for the build process
69
- *
70
- *
71
- * @enum fatal,error,warn,success,info,debug,trace,silent
72
- */
73
- logLevel?: string,
74
-
75
- /**
76
- * Entry Path(s)
77
- *
78
- * The entry path(s) for the package
79
- *
80
- *
81
- * @oneOf [object Object],[object Object]
82
- */
83
- entry?: any,
84
- }
85
-
@@ -1,96 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Build Executor",
4
- "description": "A type definition for the Powerlines - Build executor schema",
5
- "required": [],
6
- "properties": {
7
- "outputPath": {
8
- "title": "Output Path",
9
- "type": "string",
10
- "format": "path",
11
- "description": "The output path for the build",
12
- "id": "#outputPath",
13
- "default": "dist/{projectRoot}"
14
- },
15
- "tsconfig": {
16
- "title": "TypeScript Configuration File",
17
- "type": "string",
18
- "format": "path",
19
- "description": "The path to the tsconfig file",
20
- "id": "#tsconfig",
21
- "default": "{projectRoot}/tsconfig.json"
22
- },
23
- "configFile": {
24
- "title": "Powerlines Configuration File",
25
- "type": "string",
26
- "format": "path",
27
- "description": "The path to the Powerlines configuration file",
28
- "id": "#configFile",
29
- "default": "{projectRoot}/powerlines.config.ts"
30
- },
31
- "mode": {
32
- "title": "Mode",
33
- "type": "string",
34
- "description": "The build mode",
35
- "enum": [
36
- "development",
37
- "test",
38
- "production"
39
- ],
40
- "id": "#mode"
41
- },
42
- "skipInstalls": {
43
- "title": "Skip Installs",
44
- "type": "boolean",
45
- "description": "Skip installing dependencies before building",
46
- "id": "#skipInstalls"
47
- },
48
- "skipCache": {
49
- "title": "Skip Cache",
50
- "type": "boolean",
51
- "description": "Skip the cache when building",
52
- "id": "#skipCache"
53
- },
54
- "logLevel": {
55
- "title": "Log Level",
56
- "type": "string",
57
- "description": "The log level to use for the build process",
58
- "enum": [
59
- "fatal",
60
- "error",
61
- "warn",
62
- "success",
63
- "info",
64
- "debug",
65
- "trace",
66
- "silent"
67
- ],
68
- "id": "#logLevel"
69
- },
70
- "entry": {
71
- "title": "Entry Path(s)",
72
- "description": "The entry path(s) for the package",
73
- "oneOf": [
74
- {
75
- "type": "string"
76
- },
77
- {
78
- "type": "array",
79
- "items": {
80
- "type": "string"
81
- }
82
- }
83
- ],
84
- "id": "#entry",
85
- "type": "any",
86
- "default": {}
87
- }
88
- },
89
- "type": "object",
90
- "default": {
91
- "outputPath": "dist/{projectRoot}",
92
- "tsconfig": "{projectRoot}/tsconfig.json",
93
- "configFile": "{projectRoot}/powerlines.config.ts",
94
- "entry": {}
95
- }
96
- }
@@ -1,75 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CleanExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- * @default "dist/{projectRoot}"
12
- *
13
- * @format path
14
- */
15
- outputPath?: string,
16
-
17
- /**
18
- * TypeScript Configuration File
19
- *
20
- * The path to the tsconfig file
21
- *
22
- * @default "{projectRoot}/tsconfig.json"
23
- *
24
- * @format path
25
- */
26
- tsconfig?: string,
27
-
28
- /**
29
- * Powerlines Configuration File
30
- *
31
- * The path to the Powerlines configuration file
32
- *
33
- * @default "{projectRoot}/powerlines.config.ts"
34
- *
35
- * @format path
36
- */
37
- configFile?: string,
38
-
39
- /**
40
- * Mode
41
- *
42
- * The build mode
43
- *
44
- *
45
- * @enum development,test,production
46
- */
47
- mode?: string,
48
-
49
- /**
50
- * Skip Installs
51
- *
52
- * Skip installing dependencies during prepare stage
53
- *
54
- */
55
- skipInstalls?: boolean,
56
-
57
- /**
58
- * Skip Cache
59
- *
60
- * Skip the caching mechanism during the build process (if required)
61
- *
62
- */
63
- skipCache?: boolean,
64
-
65
- /**
66
- * Log Level
67
- *
68
- * The log level to use for the build process
69
- *
70
- *
71
- * @enum fatal,error,warn,success,info,debug,trace,silent
72
- */
73
- logLevel?: string,
74
- }
75
-
@@ -1,77 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Clean Executor",
4
- "description": "A type definition for the Powerlines - Clean executor schema",
5
- "required": [],
6
- "properties": {
7
- "outputPath": {
8
- "title": "Output Path",
9
- "type": "string",
10
- "format": "path",
11
- "description": "The output path for the build",
12
- "id": "#outputPath",
13
- "default": "dist/{projectRoot}"
14
- },
15
- "tsconfig": {
16
- "title": "TypeScript Configuration File",
17
- "type": "string",
18
- "format": "path",
19
- "description": "The path to the tsconfig file",
20
- "id": "#tsconfig",
21
- "default": "{projectRoot}/tsconfig.json"
22
- },
23
- "configFile": {
24
- "title": "Powerlines Configuration File",
25
- "type": "string",
26
- "format": "path",
27
- "description": "The path to the Powerlines configuration file",
28
- "id": "#configFile",
29
- "default": "{projectRoot}/powerlines.config.ts"
30
- },
31
- "mode": {
32
- "title": "Mode",
33
- "type": "string",
34
- "description": "The build mode",
35
- "enum": [
36
- "development",
37
- "test",
38
- "production"
39
- ],
40
- "id": "#mode"
41
- },
42
- "skipInstalls": {
43
- "title": "Skip Installs",
44
- "type": "boolean",
45
- "description": "Skip installing dependencies during prepare stage",
46
- "id": "#skipInstalls"
47
- },
48
- "skipCache": {
49
- "title": "Skip Cache",
50
- "type": "boolean",
51
- "description": "Skip the caching mechanism during the build process (if required)",
52
- "id": "#skipCache"
53
- },
54
- "logLevel": {
55
- "title": "Log Level",
56
- "type": "string",
57
- "description": "The log level to use for the build process",
58
- "enum": [
59
- "fatal",
60
- "error",
61
- "warn",
62
- "success",
63
- "info",
64
- "debug",
65
- "trace",
66
- "silent"
67
- ],
68
- "id": "#logLevel"
69
- }
70
- },
71
- "type": "object",
72
- "default": {
73
- "outputPath": "dist/{projectRoot}",
74
- "tsconfig": "{projectRoot}/tsconfig.json",
75
- "configFile": "{projectRoot}/powerlines.config.ts"
76
- }
77
- }
@@ -1,75 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface DocsExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- * @default "dist/{projectRoot}"
12
- *
13
- * @format path
14
- */
15
- outputPath?: string,
16
-
17
- /**
18
- * TypeScript Configuration File
19
- *
20
- * The path to the tsconfig file
21
- *
22
- * @default "{projectRoot}/tsconfig.json"
23
- *
24
- * @format path
25
- */
26
- tsconfig?: string,
27
-
28
- /**
29
- * Powerlines Configuration File
30
- *
31
- * The path to the Powerlines configuration file
32
- *
33
- * @default "{projectRoot}/powerlines.config.ts"
34
- *
35
- * @format path
36
- */
37
- configFile?: string,
38
-
39
- /**
40
- * Mode
41
- *
42
- * The build mode
43
- *
44
- *
45
- * @enum development,test,production
46
- */
47
- mode?: string,
48
-
49
- /**
50
- * Skip Installs
51
- *
52
- * Skip installing dependencies before building
53
- *
54
- */
55
- skipInstalls?: boolean,
56
-
57
- /**
58
- * Skip Cache
59
- *
60
- * Skip the cache when building
61
- *
62
- */
63
- skipCache?: boolean,
64
-
65
- /**
66
- * Log Level
67
- *
68
- * The log level to use for the build process
69
- *
70
- *
71
- * @enum fatal,error,warn,success,info,debug,trace,silent
72
- */
73
- logLevel?: string,
74
- }
75
-
@@ -1,77 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Docs Executor",
4
- "description": "A type definition for the Powerlines - Docs executor schema",
5
- "required": [],
6
- "properties": {
7
- "outputPath": {
8
- "title": "Output Path",
9
- "type": "string",
10
- "format": "path",
11
- "description": "The output path for the build",
12
- "id": "#outputPath",
13
- "default": "dist/{projectRoot}"
14
- },
15
- "tsconfig": {
16
- "title": "TypeScript Configuration File",
17
- "type": "string",
18
- "format": "path",
19
- "description": "The path to the tsconfig file",
20
- "id": "#tsconfig",
21
- "default": "{projectRoot}/tsconfig.json"
22
- },
23
- "configFile": {
24
- "title": "Powerlines Configuration File",
25
- "type": "string",
26
- "format": "path",
27
- "description": "The path to the Powerlines configuration file",
28
- "id": "#configFile",
29
- "default": "{projectRoot}/powerlines.config.ts"
30
- },
31
- "mode": {
32
- "title": "Mode",
33
- "type": "string",
34
- "description": "The build mode",
35
- "enum": [
36
- "development",
37
- "test",
38
- "production"
39
- ],
40
- "id": "#mode"
41
- },
42
- "skipInstalls": {
43
- "title": "Skip Installs",
44
- "type": "boolean",
45
- "description": "Skip installing dependencies before building",
46
- "id": "#skipInstalls"
47
- },
48
- "skipCache": {
49
- "title": "Skip Cache",
50
- "type": "boolean",
51
- "description": "Skip the cache when building",
52
- "id": "#skipCache"
53
- },
54
- "logLevel": {
55
- "title": "Log Level",
56
- "type": "string",
57
- "description": "The log level to use for the build process",
58
- "enum": [
59
- "fatal",
60
- "error",
61
- "warn",
62
- "success",
63
- "info",
64
- "debug",
65
- "trace",
66
- "silent"
67
- ],
68
- "id": "#logLevel"
69
- }
70
- },
71
- "type": "object",
72
- "default": {
73
- "outputPath": "dist/{projectRoot}",
74
- "tsconfig": "{projectRoot}/tsconfig.json",
75
- "configFile": "{projectRoot}/powerlines.config.ts"
76
- }
77
- }
@@ -1,75 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface LintExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- * @default "dist/{projectRoot}"
12
- *
13
- * @format path
14
- */
15
- outputPath?: string,
16
-
17
- /**
18
- * TypeScript Configuration File
19
- *
20
- * The path to the tsconfig file
21
- *
22
- * @default "{projectRoot}/tsconfig.json"
23
- *
24
- * @format path
25
- */
26
- tsconfig?: string,
27
-
28
- /**
29
- * Powerlines Configuration File
30
- *
31
- * The path to the Powerlines configuration file
32
- *
33
- * @default "{projectRoot}/powerlines.config.ts"
34
- *
35
- * @format path
36
- */
37
- configFile?: string,
38
-
39
- /**
40
- * Mode
41
- *
42
- * The build mode
43
- *
44
- *
45
- * @enum development,test,production
46
- */
47
- mode?: string,
48
-
49
- /**
50
- * Skip Installs
51
- *
52
- * Skip installing dependencies before building
53
- *
54
- */
55
- skipInstalls?: boolean,
56
-
57
- /**
58
- * Skip Cache
59
- *
60
- * Skip the cache when building
61
- *
62
- */
63
- skipCache?: boolean,
64
-
65
- /**
66
- * Log Level
67
- *
68
- * The log level to use for the build process
69
- *
70
- *
71
- * @enum fatal,error,warn,success,info,debug,trace,silent
72
- */
73
- logLevel?: string,
74
- }
75
-
@@ -1,77 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Lint Executor",
4
- "description": "A type definition for the Powerlines - Lint executor schema",
5
- "required": [],
6
- "properties": {
7
- "outputPath": {
8
- "title": "Output Path",
9
- "type": "string",
10
- "format": "path",
11
- "description": "The output path for the build",
12
- "id": "#outputPath",
13
- "default": "dist/{projectRoot}"
14
- },
15
- "tsconfig": {
16
- "title": "TypeScript Configuration File",
17
- "type": "string",
18
- "format": "path",
19
- "description": "The path to the tsconfig file",
20
- "id": "#tsconfig",
21
- "default": "{projectRoot}/tsconfig.json"
22
- },
23
- "configFile": {
24
- "title": "Powerlines Configuration File",
25
- "type": "string",
26
- "format": "path",
27
- "description": "The path to the Powerlines configuration file",
28
- "id": "#configFile",
29
- "default": "{projectRoot}/powerlines.config.ts"
30
- },
31
- "mode": {
32
- "title": "Mode",
33
- "type": "string",
34
- "description": "The build mode",
35
- "enum": [
36
- "development",
37
- "test",
38
- "production"
39
- ],
40
- "id": "#mode"
41
- },
42
- "skipInstalls": {
43
- "title": "Skip Installs",
44
- "type": "boolean",
45
- "description": "Skip installing dependencies before building",
46
- "id": "#skipInstalls"
47
- },
48
- "skipCache": {
49
- "title": "Skip Cache",
50
- "type": "boolean",
51
- "description": "Skip the cache when building",
52
- "id": "#skipCache"
53
- },
54
- "logLevel": {
55
- "title": "Log Level",
56
- "type": "string",
57
- "description": "The log level to use for the build process",
58
- "enum": [
59
- "fatal",
60
- "error",
61
- "warn",
62
- "success",
63
- "info",
64
- "debug",
65
- "trace",
66
- "silent"
67
- ],
68
- "id": "#logLevel"
69
- }
70
- },
71
- "type": "object",
72
- "default": {
73
- "outputPath": "dist/{projectRoot}",
74
- "tsconfig": "{projectRoot}/tsconfig.json",
75
- "configFile": "{projectRoot}/powerlines.config.ts"
76
- }
77
- }