@shell-shock/nx 0.0.41 → 0.0.43

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 (116) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/{base-executor-FX7YJl7f.d.ts → base-executor-5IKYZdSK.d.mts} +1 -13
  3. package/dist/base-executor-5IKYZdSK.d.mts.map +1 -0
  4. package/dist/{src/base-executor-CkaF97Xd.js → base-executor-B_1n4Nst.js} +6 -6
  5. package/dist/{src/base-executor-FX7YJl7f.d.ts → base-executor-D8wAP52R.d.ts} +1 -13
  6. package/dist/base-executor-D8wAP52R.d.ts.map +1 -0
  7. package/dist/{src/base-executor-DUf5AdoE.mjs → base-executor-Tb7NcSc4.mjs} +1 -1
  8. package/dist/{base-executor-DUf5AdoE.mjs.map → base-executor-Tb7NcSc4.mjs.map} +1 -1
  9. package/dist/executors/build/executor.d.mts +1 -15
  10. package/dist/executors/build/executor.d.mts.map +1 -1
  11. package/dist/executors/build/executor.d.ts +1 -15
  12. package/dist/executors/build/executor.d.ts.map +1 -1
  13. package/dist/executors/build/executor.js +3 -4
  14. package/dist/executors/build/executor.mjs +2 -3
  15. package/dist/executors/build/executor.mjs.map +1 -1
  16. package/dist/executors/build/schema.d.ts +144 -0
  17. package/dist/executors/build/schema.json +163 -0
  18. package/dist/executors/clean/executor.d.mts +1 -15
  19. package/dist/executors/clean/executor.d.mts.map +1 -1
  20. package/dist/executors/clean/executor.d.ts +1 -15
  21. package/dist/executors/clean/executor.d.ts.map +1 -1
  22. package/dist/executors/clean/executor.js +3 -4
  23. package/dist/executors/clean/executor.mjs +2 -3
  24. package/dist/executors/clean/executor.mjs.map +1 -1
  25. package/dist/executors/clean/schema.d.ts +144 -0
  26. package/dist/executors/clean/schema.json +163 -0
  27. package/dist/executors/docs/executor.d.mts +1 -15
  28. package/dist/executors/docs/executor.d.mts.map +1 -1
  29. package/dist/executors/docs/executor.d.ts +1 -15
  30. package/dist/executors/docs/executor.d.ts.map +1 -1
  31. package/dist/executors/docs/executor.js +3 -4
  32. package/dist/executors/docs/executor.mjs +2 -3
  33. package/dist/executors/docs/executor.mjs.map +1 -1
  34. package/dist/executors/docs/schema.d.ts +144 -0
  35. package/dist/executors/docs/schema.json +163 -0
  36. package/dist/executors/lint/executor.d.mts +1 -15
  37. package/dist/executors/lint/executor.d.mts.map +1 -1
  38. package/dist/executors/lint/executor.d.ts +1 -15
  39. package/dist/executors/lint/executor.d.ts.map +1 -1
  40. package/dist/executors/lint/executor.js +3 -4
  41. package/dist/executors/lint/executor.mjs +2 -3
  42. package/dist/executors/lint/executor.mjs.map +1 -1
  43. package/dist/executors/lint/schema.d.ts +144 -0
  44. package/dist/executors/lint/schema.json +163 -0
  45. package/dist/executors/prepare/executor.d.mts +1 -15
  46. package/dist/executors/prepare/executor.d.mts.map +1 -1
  47. package/dist/executors/prepare/executor.d.ts +1 -15
  48. package/dist/executors/prepare/executor.d.ts.map +1 -1
  49. package/dist/executors/prepare/executor.js +3 -4
  50. package/dist/executors/prepare/executor.mjs +2 -3
  51. package/dist/executors/prepare/executor.mjs.map +1 -1
  52. package/dist/executors/prepare/schema.d.ts +144 -0
  53. package/dist/executors/prepare/schema.json +163 -0
  54. package/dist/index.d.mts +1 -2
  55. package/dist/index.d.ts +1 -1
  56. package/dist/index.js +5 -4
  57. package/dist/index.mjs +1 -1
  58. package/dist/plugin/index.d.mts.map +1 -1
  59. package/dist/plugin/index.d.ts.map +1 -1
  60. package/dist/plugin/index.js +4 -3
  61. package/dist/plugin/index.mjs.map +1 -1
  62. package/dist/{base-executor-BkNTl-jk.d.mts → src/base-executor-5IKYZdSK.d.mts} +1 -13
  63. package/dist/src/base-executor-5IKYZdSK.d.mts.map +1 -0
  64. package/dist/{base-executor-CkaF97Xd.js → src/base-executor-B_1n4Nst.js} +6 -6
  65. package/dist/src/{base-executor-BkNTl-jk.d.mts → base-executor-D8wAP52R.d.ts} +1 -13
  66. package/dist/src/base-executor-D8wAP52R.d.ts.map +1 -0
  67. package/dist/{base-executor-DUf5AdoE.mjs → src/base-executor-Tb7NcSc4.mjs} +1 -1
  68. package/dist/src/{base-executor-DUf5AdoE.mjs.map → base-executor-Tb7NcSc4.mjs.map} +1 -1
  69. package/dist/src/executors/build/executor.d.mts +1 -15
  70. package/dist/src/executors/build/executor.d.mts.map +1 -1
  71. package/dist/src/executors/build/executor.d.ts +1 -15
  72. package/dist/src/executors/build/executor.d.ts.map +1 -1
  73. package/dist/src/executors/build/executor.js +3 -4
  74. package/dist/src/executors/build/executor.mjs +2 -3
  75. package/dist/src/executors/build/executor.mjs.map +1 -1
  76. package/dist/src/executors/clean/executor.d.mts +1 -15
  77. package/dist/src/executors/clean/executor.d.mts.map +1 -1
  78. package/dist/src/executors/clean/executor.d.ts +1 -15
  79. package/dist/src/executors/clean/executor.d.ts.map +1 -1
  80. package/dist/src/executors/clean/executor.js +3 -4
  81. package/dist/src/executors/clean/executor.mjs +2 -3
  82. package/dist/src/executors/clean/executor.mjs.map +1 -1
  83. package/dist/src/executors/docs/executor.d.mts +1 -15
  84. package/dist/src/executors/docs/executor.d.mts.map +1 -1
  85. package/dist/src/executors/docs/executor.d.ts +1 -15
  86. package/dist/src/executors/docs/executor.d.ts.map +1 -1
  87. package/dist/src/executors/docs/executor.js +3 -4
  88. package/dist/src/executors/docs/executor.mjs +2 -3
  89. package/dist/src/executors/docs/executor.mjs.map +1 -1
  90. package/dist/src/executors/lint/executor.d.mts +1 -15
  91. package/dist/src/executors/lint/executor.d.mts.map +1 -1
  92. package/dist/src/executors/lint/executor.d.ts +1 -15
  93. package/dist/src/executors/lint/executor.d.ts.map +1 -1
  94. package/dist/src/executors/lint/executor.js +3 -4
  95. package/dist/src/executors/lint/executor.mjs +2 -3
  96. package/dist/src/executors/lint/executor.mjs.map +1 -1
  97. package/dist/src/executors/prepare/executor.d.mts +1 -15
  98. package/dist/src/executors/prepare/executor.d.mts.map +1 -1
  99. package/dist/src/executors/prepare/executor.d.ts +1 -15
  100. package/dist/src/executors/prepare/executor.d.ts.map +1 -1
  101. package/dist/src/executors/prepare/executor.js +3 -4
  102. package/dist/src/executors/prepare/executor.mjs +2 -3
  103. package/dist/src/executors/prepare/executor.mjs.map +1 -1
  104. package/dist/src/index.d.mts +1 -2
  105. package/dist/src/index.d.ts +1 -1
  106. package/dist/src/index.js +5 -4
  107. package/dist/src/index.mjs +1 -1
  108. package/dist/src/plugin/index.d.mts.map +1 -1
  109. package/dist/src/plugin/index.d.ts.map +1 -1
  110. package/dist/src/plugin/index.js +4 -3
  111. package/dist/src/plugin/index.mjs.map +1 -1
  112. package/package.json +13 -13
  113. package/dist/base-executor-BkNTl-jk.d.mts.map +0 -1
  114. package/dist/base-executor-FX7YJl7f.d.ts.map +0 -1
  115. package/dist/src/base-executor-BkNTl-jk.d.mts.map +0 -1
  116. package/dist/src/base-executor-FX7YJl7f.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { t as ShellShockExecutorContext } from "../../base-executor-BkNTl-jk.mjs";
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-5IKYZdSK.mjs";
2
2
  import { PromiseExecutor } from "@nx/devkit";
3
3
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
4
  import { ShellShockAPI } from "@shell-shock/core";
@@ -17,7 +17,6 @@ interface PrepareExecutorSchema {
17
17
  * @format path
18
18
  */
19
19
  configFile?: string;
20
-
21
20
  /**
22
21
  * Input Entry File(s)
23
22
  *
@@ -27,7 +26,6 @@ interface PrepareExecutorSchema {
27
26
  * @format path
28
27
  */
29
28
  input?: Array<string>;
30
-
31
29
  /**
32
30
  * TSConfig Path
33
31
  *
@@ -38,7 +36,6 @@ interface PrepareExecutorSchema {
38
36
  * @format path
39
37
  */
40
38
  tsconfig?: string;
41
-
42
39
  /**
43
40
  * Output Path
44
41
  *
@@ -48,7 +45,6 @@ interface PrepareExecutorSchema {
48
45
  * @format path
49
46
  */
50
47
  outputPath?: string;
51
-
52
48
  /**
53
49
  * Sourcemap
54
50
  *
@@ -56,7 +52,6 @@ interface PrepareExecutorSchema {
56
52
  *
57
53
  */
58
54
  sourceMap?: boolean;
59
-
60
55
  /**
61
56
  * Format
62
57
  *
@@ -65,7 +60,6 @@ interface PrepareExecutorSchema {
65
60
  * @default ["cjs","esm"]
66
61
  */
67
62
  format?: Array<string>;
68
-
69
63
  /**
70
64
  * Platform
71
65
  *
@@ -76,7 +70,6 @@ interface PrepareExecutorSchema {
76
70
  * @enum neutral,node,browser
77
71
  */
78
72
  platform?: string;
79
-
80
73
  /**
81
74
  * External
82
75
  *
@@ -84,7 +77,6 @@ interface PrepareExecutorSchema {
84
77
  *
85
78
  */
86
79
  external?: Array<any>;
87
-
88
80
  /**
89
81
  * No External
90
82
  *
@@ -92,7 +84,6 @@ interface PrepareExecutorSchema {
92
84
  *
93
85
  */
94
86
  noExternal?: Array<any>;
95
-
96
87
  /**
97
88
  * Skip Node Modules Bundle
98
89
  *
@@ -100,7 +91,6 @@ interface PrepareExecutorSchema {
100
91
  *
101
92
  */
102
93
  skipNodeModulesBundle?: boolean;
103
-
104
94
  /**
105
95
  * Mode
106
96
  *
@@ -110,7 +100,6 @@ interface PrepareExecutorSchema {
110
100
  * @enum development,test,production
111
101
  */
112
102
  mode?: string;
113
-
114
103
  /**
115
104
  * Log Level
116
105
  *
@@ -120,7 +109,6 @@ interface PrepareExecutorSchema {
120
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
121
110
  */
122
111
  logLevel?: string;
123
-
124
112
  /**
125
113
  * Define
126
114
  *
@@ -128,7 +116,6 @@ interface PrepareExecutorSchema {
128
116
  *
129
117
  */
130
118
  define?: Record<string, string>;
131
-
132
119
  /**
133
120
  * Auto Install
134
121
  *
@@ -136,7 +123,6 @@ interface PrepareExecutorSchema {
136
123
  *
137
124
  */
138
125
  autoInstall?: boolean;
139
-
140
126
  /**
141
127
  * Skip Cache
142
128
  *
@@ -1 +1 @@
1
- {"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface PrepareExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;;;ECuBA;;;;;;;AAkBC;UDrBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,qCAAqC,6BACzC,gBACJ,QAAQ;AD1BX,cC2CM,QD3CWF,EC2CD,eD3CsB,CC2CN,qBD3CM,CAAA"}
1
+ {"version":3,"file":"executor.d.mts","names":["PrepareExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;EA0GS;;;;AClHV;;;;EDkBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;;;ACRA;;EDiBAC,MAAAA,GAASP,KAAAA;ECf2C;;;;;;;;;ED0BpDQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;;;;;;;EAQTc,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;iBClHqB,UAAA,CACpB,OAAA,EAAS,yBAAA,YAAqC,qBAAA,GAC9C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAiBL,QAAA,EAAU,eAAA,CAAgB,qBAAA"}
@@ -1,4 +1,4 @@
1
- import { t as ShellShockExecutorContext } from "../../base-executor-FX7YJl7f.js";
1
+ import { t as ShellShockExecutorContext } from "../../base-executor-D8wAP52R.js";
2
2
  import { PromiseExecutor } from "@nx/devkit";
3
3
  import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
4
4
  import { ShellShockAPI } from "@shell-shock/core";
@@ -17,7 +17,6 @@ interface PrepareExecutorSchema {
17
17
  * @format path
18
18
  */
19
19
  configFile?: string;
20
-
21
20
  /**
22
21
  * Input Entry File(s)
23
22
  *
@@ -27,7 +26,6 @@ interface PrepareExecutorSchema {
27
26
  * @format path
28
27
  */
29
28
  input?: Array<string>;
30
-
31
29
  /**
32
30
  * TSConfig Path
33
31
  *
@@ -38,7 +36,6 @@ interface PrepareExecutorSchema {
38
36
  * @format path
39
37
  */
40
38
  tsconfig?: string;
41
-
42
39
  /**
43
40
  * Output Path
44
41
  *
@@ -48,7 +45,6 @@ interface PrepareExecutorSchema {
48
45
  * @format path
49
46
  */
50
47
  outputPath?: string;
51
-
52
48
  /**
53
49
  * Sourcemap
54
50
  *
@@ -56,7 +52,6 @@ interface PrepareExecutorSchema {
56
52
  *
57
53
  */
58
54
  sourceMap?: boolean;
59
-
60
55
  /**
61
56
  * Format
62
57
  *
@@ -65,7 +60,6 @@ interface PrepareExecutorSchema {
65
60
  * @default ["cjs","esm"]
66
61
  */
67
62
  format?: Array<string>;
68
-
69
63
  /**
70
64
  * Platform
71
65
  *
@@ -76,7 +70,6 @@ interface PrepareExecutorSchema {
76
70
  * @enum neutral,node,browser
77
71
  */
78
72
  platform?: string;
79
-
80
73
  /**
81
74
  * External
82
75
  *
@@ -84,7 +77,6 @@ interface PrepareExecutorSchema {
84
77
  *
85
78
  */
86
79
  external?: Array<any>;
87
-
88
80
  /**
89
81
  * No External
90
82
  *
@@ -92,7 +84,6 @@ interface PrepareExecutorSchema {
92
84
  *
93
85
  */
94
86
  noExternal?: Array<any>;
95
-
96
87
  /**
97
88
  * Skip Node Modules Bundle
98
89
  *
@@ -100,7 +91,6 @@ interface PrepareExecutorSchema {
100
91
  *
101
92
  */
102
93
  skipNodeModulesBundle?: boolean;
103
-
104
94
  /**
105
95
  * Mode
106
96
  *
@@ -110,7 +100,6 @@ interface PrepareExecutorSchema {
110
100
  * @enum development,test,production
111
101
  */
112
102
  mode?: string;
113
-
114
103
  /**
115
104
  * Log Level
116
105
  *
@@ -120,7 +109,6 @@ interface PrepareExecutorSchema {
120
109
  * @enum fatal,error,warn,success,info,debug,trace,silent
121
110
  */
122
111
  logLevel?: string;
123
-
124
112
  /**
125
113
  * Define
126
114
  *
@@ -128,7 +116,6 @@ interface PrepareExecutorSchema {
128
116
  *
129
117
  */
130
118
  define?: Record<string, string>;
131
-
132
119
  /**
133
120
  * Auto Install
134
121
  *
@@ -136,7 +123,6 @@ interface PrepareExecutorSchema {
136
123
  *
137
124
  */
138
125
  autoInstall?: boolean;
139
-
140
126
  /**
141
127
  * Skip Cache
142
128
  *
@@ -1 +1 @@
1
- {"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface PrepareExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies during prepare stage\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the caching mechanism during the build process (if required)\n * \n */\n skipCache?: boolean,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;;;ECuBA;;;;;;;AAkBC;UDrBQC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCCA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;;;;;;;;;;;;;;;;;iBClGY,UAAA,UACX,qCAAqC,6BACzC,gBACJ,QAAQ;AD1BX,cC2CM,QD3CWF,EC2CD,eD3CsB,CC2CN,qBD3CM,CAAA"}
1
+ {"version":3,"file":"executor.d.ts","names":["PrepareExecutorSchema","Array","Record","configFile","input","tsconfig","outputPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","autoInstall","skipCache"],"sources":["../../../../src/executors/prepare/schema.d.ts","../../../../src/executors/prepare/executor.ts"],"mappings":";;;;;;;;UAIiBA,qBAAAA;;AAAjB;;;;;;;;EAUCG,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQH,KAAAA;;;;;;;;;;EAWRI,QAAAA;EA0GS;;;;AClHV;;;;EDkBCC,UAAAA;;;;;;;EAQAC,SAAAA;;;;;;ACRA;;EDiBAC,MAAAA,GAASP,KAAAA;ECf2C;;;;;;;;;ED0BpDQ,QAAAA;;;;;;;EAQAC,QAAAA,GAAWT,KAAAA;;;;;;;EAQXU,UAAAA,GAAaV,KAAAA;;;;;;;EAQbW,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASb,MAAAA;;;;;;;EAQTc,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA;;;iBClHqB,UAAA,CACpB,OAAA,EAAS,yBAAA,YAAqC,qBAAA,GAC9C,GAAA,EAAK,aAAA,GACJ,OAAA,CAAQ,kBAAA;AAAA,cAiBL,QAAA,EAAU,eAAA,CAAgB,qBAAA"}
@@ -1,5 +1,5 @@
1
- Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_base_executor = require('../../base-executor-CkaF97Xd.js');
1
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
2
+ const require_base_executor = require('../../base-executor-B_1n4Nst.js');
3
3
  let defu = require("defu");
4
4
  defu = require_base_executor.__toESM(defu);
5
5
 
@@ -13,8 +13,7 @@ async function executorFn(context, api) {
13
13
  return { success: true };
14
14
  }
15
15
  const executor = require_base_executor.withExecutor("prepare", executorFn);
16
- var executor_default = executor;
17
16
 
18
17
  //#endregion
19
- exports.default = executor_default;
18
+ exports.default = executor;
20
19
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { t as withExecutor } from "../../base-executor-DUf5AdoE.mjs";
1
+ import { t as withExecutor } from "../../base-executor-Tb7NcSc4.mjs";
2
2
  import defu from "defu";
3
3
 
4
4
  //#region src/executors/prepare/executor.ts
@@ -11,8 +11,7 @@ async function executorFn(context, api) {
11
11
  return { success: true };
12
12
  }
13
13
  const executor = withExecutor("prepare", executorFn);
14
- var executor_default = executor;
15
14
 
16
15
  //#endregion
17
- export { executor_default as default, executorFn };
16
+ export { executor as default, executorFn };
18
17
  //# sourceMappingURL=executor.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"executor.mjs","names":["executor: PromiseExecutor<PrepareExecutorSchema>"],"sources":["../../../../src/executors/prepare/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { PromiseExecutor } from \"@nx/devkit\";\nimport type { ShellShockAPI } from \"@shell-shock/core\";\nimport type { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport type { PrepareInlineConfig } from \"powerlines\";\nimport type { ShellShockExecutorContext } from \"../../base/base-executor\";\nimport { withExecutor } from \"../../base/base-executor\";\nimport type { PrepareExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: ShellShockExecutorContext<\"prepare\", PrepareExecutorSchema>,\n api: ShellShockAPI\n): Promise<BaseExecutorResult> {\n await api.prepare(\n defu(\n {\n command: \"prepare\",\n skipCache: context.options.skipCache,\n autoInstall: context.options.autoInstall\n },\n context.inlineConfig\n ) as PrepareInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<PrepareExecutorSchema> = withExecutor<\n \"prepare\",\n PrepareExecutorSchema\n>(\"prepare\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA2BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,QACR,KACE;EACE,SAAS;EACT,WAAW,QAAQ,QAAQ;EAC3B,aAAa,QAAQ,QAAQ;EAC9B,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAmD,aAGvD,WAAW,WAAW;AAExB,uBAAe"}
1
+ {"version":3,"file":"executor.mjs","names":[],"sources":["../../../../src/executors/prepare/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { PromiseExecutor } from \"@nx/devkit\";\nimport type { ShellShockAPI } from \"@shell-shock/core\";\nimport type { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport type { PrepareInlineConfig } from \"powerlines\";\nimport type { ShellShockExecutorContext } from \"../../base/base-executor\";\nimport { withExecutor } from \"../../base/base-executor\";\nimport type { PrepareExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: ShellShockExecutorContext<\"prepare\", PrepareExecutorSchema>,\n api: ShellShockAPI\n): Promise<BaseExecutorResult> {\n await api.prepare(\n defu(\n {\n command: \"prepare\",\n skipCache: context.options.skipCache,\n autoInstall: context.options.autoInstall\n },\n context.inlineConfig\n ) as PrepareInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<PrepareExecutorSchema> = withExecutor<\n \"prepare\",\n PrepareExecutorSchema\n>(\"prepare\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA2BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,QACR,KACE;EACE,SAAS;EACT,WAAW,QAAQ,QAAQ;EAC3B,aAAa,QAAQ,QAAQ;EAC9B,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAM,WAAmD,aAGvD,WAAW,WAAW"}
@@ -1,3 +1,2 @@
1
- import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-BkNTl-jk.mjs";
2
- import "untyped";
1
+ import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-5IKYZdSK.mjs";
3
2
  export { ShellShockExecutorContext, withExecutor };
@@ -1,2 +1,2 @@
1
- import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-FX7YJl7f.js";
1
+ import { n as withExecutor, t as ShellShockExecutorContext } from "./base-executor-D8wAP52R.js";
2
2
  export { ShellShockExecutorContext, withExecutor };
package/dist/src/index.js CHANGED
@@ -1,11 +1,12 @@
1
- const require_base_executor = require('./base-executor-CkaF97Xd.js');
2
- let __powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
3
- __powerlines_nx_base_base_executor_untyped = require_base_executor.__toESM(__powerlines_nx_base_base_executor_untyped);
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+ const require_base_executor = require('./base-executor-B_1n4Nst.js');
3
+ let _powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
4
+ _powerlines_nx_base_base_executor_untyped = require_base_executor.__toESM(_powerlines_nx_base_base_executor_untyped);
4
5
  let untyped = require("untyped");
5
6
 
6
7
  //#region src/base/base-executor.untyped.ts
7
8
  var base_executor_untyped_default = (0, untyped.defineUntypedSchema)({
8
- ...__powerlines_nx_base_base_executor_untyped.default,
9
+ ..._powerlines_nx_base_base_executor_untyped.default,
9
10
  $schema: {
10
11
  id: "BaseExecutorSchema",
11
12
  title: "Base Executor",
@@ -1,4 +1,4 @@
1
- import { t as withExecutor } from "./base-executor-DUf5AdoE.mjs";
1
+ import { t as withExecutor } from "./base-executor-Tb7NcSc4.mjs";
2
2
  import baseExecutorSchema from "@powerlines/nx/base/base-executor.untyped";
3
3
  import { defineUntypedSchema } from "untyped";
4
4
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/plugin/index.ts"],"sourcesContent":[],"mappings":";;;;cAsBa,eAAe,cAAc"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/plugin/index.ts"],"sourcesContent":[],"mappings":";;;;cAsBa,eAAe,cAAc"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAA,CAAc,eAAA"}
@@ -1,8 +1,9 @@
1
- const require_base_executor = require('../base-executor-CkaF97Xd.js');
2
- let __powerlines_nx = require("@powerlines/nx");
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+ const require_base_executor = require('../base-executor-B_1n4Nst.js');
3
+ let _powerlines_nx = require("@powerlines/nx");
3
4
 
4
5
  //#region src/plugin/index.ts
5
- const createNodesV2 = (0, __powerlines_nx.createNxPlugin)({ framework: "shell-shock" });
6
+ const createNodesV2 = (0, _powerlines_nx.createNxPlugin)({ framework: "shell-shock" });
6
7
 
7
8
  //#endregion
8
9
  exports.createNodesV2 = createNodesV2;
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["createNodesV2: CreateNodesV2<NxPluginOptions>"],"sources":["../../../src/plugin/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { CreateNodesV2 } from \"@nx/devkit\";\nimport type { NxPluginOptions } from \"@powerlines/nx\";\nimport { createNxPlugin } from \"@powerlines/nx\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAaA,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../src/plugin/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { CreateNodesV2 } from \"@nx/devkit\";\nimport type { NxPluginOptions } from \"@powerlines/nx\";\nimport { createNxPlugin } from \"@powerlines/nx\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAa,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -92,26 +92,26 @@
92
92
  "typings": "dist/src/index.d.ts",
93
93
  "dependencies": {
94
94
  "@nx/devkit": "22.5.2",
95
- "@powerlines/nx": "^0.11.239",
96
- "@shell-shock/core": "^0.12.0",
97
- "@storm-software/config": "^1.135.13",
98
- "@storm-software/config-tools": "^1.189.12",
99
- "@storm-software/workspace-tools": "^1.294.45",
100
- "@stryke/type-checks": "^0.5.31",
95
+ "@powerlines/nx": "^0.11.283",
96
+ "@shell-shock/core": "^0.13.0",
97
+ "@storm-software/config": "^1.135.33",
98
+ "@storm-software/config-tools": "^1.189.32",
99
+ "@storm-software/workspace-tools": "^1.295.8",
100
+ "@stryke/type-checks": "^0.5.39",
101
101
  "defu": "^6.1.4",
102
102
  "jiti": "^2.6.1",
103
- "powerlines": "^0.39.19",
103
+ "powerlines": "^0.41.20",
104
104
  "untyped": "^1.5.2"
105
105
  },
106
106
  "devDependencies": {
107
- "@powerlines/plugin-tsdown": "^0.1.262",
108
- "@powerlines/plugin-untyped": "^0.2.264",
109
- "@storm-software/testing-tools": "^1.119.87",
110
- "@types/node": "^25.3.3",
107
+ "@powerlines/plugin-tsdown": "^0.1.303",
108
+ "@powerlines/plugin-untyped": "^0.2.308",
109
+ "@storm-software/testing-tools": "^1.119.107",
110
+ "@types/node": "^25.5.0",
111
111
  "eslint-flat-config-utils": "^2.1.4",
112
112
  "jsonc-eslint-parser": "^2.4.2"
113
113
  },
114
114
  "publishConfig": { "access": "public" },
115
115
  "executors": "./executors.json",
116
- "gitHead": "c38d304433a296936fb8ca58aa138a0039918931"
116
+ "gitHead": "d9365dd86c8fd0958486dfb1cef4822da5798464"
117
117
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor-BkNTl-jk.d.mts","names":["BaseExecutorSchema","Array","Record"],"sources":["../../src/base/base-executor.schema.d.ts","../../src/base/base-executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface BaseExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n}\n\n"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;AAAjB;;;;;;;;;;AC0BA;;;;;;;EAMW,KAAA,CAAA,EDZFC,KCYE,CAAA,MAAA,CAAA;;EAEQ;;AAanB;;;;;;;EAMiD,QAAA,CAAA,EAAA,MAAA;;EACxC;;;;;;;;;;;;;;;;;;;;;;;;;WDICA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;KC/FE,2CACO,oBAAoB,2CACb,qBAAqB,sBAC3C;ED7BaF,WAAAA,EAAAA,MAAAA;EAoBRC,OAAAA,ECWE,QDXFA;EAsCCA,OAAAA,EC1BC,eD0BDA;EAmBEA,YAAAA,EC5CI,YD4CJA;EAQEA,eAAAA,ECnDK,oBDmDLA;CAoCJC;;;;;AC/FV;;;;;;AAKW,iBAgBK,YAhBL,CAAA,iBAiBQ,iBAjBR,GAiB4B,iBAjB5B,EAAA,wBAkBe,kBAlBf,GAkBoC,kBAlBpC,CAAA,CAAA,OAAA,EAoBA,QApBA,EAAA,UAAA,EAAA,CAAA,OAAA,EAsBE,yBAtBF,CAsB4B,QAtB5B,EAsBsC,eAtBtC,CAAA,EAAA,GAAA,EAuBF,aAvBE,EAAA,GAyBL,OAzBK,CAyBG,kBAzBH,GAAA,IAAA,GAAA,SAAA,CAAA,GA0BL,kBA1BK,GAAA,IAAA,GAAA,SAAA,CAAA,EA6BR,eA7BQ,CA6BQ,eA7BR,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor-FX7YJl7f.d.ts","names":["BaseExecutorSchema","Array","Record"],"sources":["../../src/base/base-executor.schema.d.ts","../../src/base/base-executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface BaseExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n}\n\n"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;AAAjB;;;;;;;;;;AC0BA;;;;;;;EAMW,KAAA,CAAA,EDZFC,KCYE,CAAA,MAAA,CAAA;;EAEQ;;AAanB;;;;;;;EAMiD,QAAA,CAAA,EAAA,MAAA;;EACxC;;;;;;;;;;;;;;;;;;;;;;;;;WDICA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;KC/FE,2CACO,oBAAoB,2CACb,qBAAqB,sBAC3C;ED7BaF,WAAAA,EAAAA,MAAAA;EAoBRC,OAAAA,ECWE,QDXFA;EAsCCA,OAAAA,EC1BC,eD0BDA;EAmBEA,YAAAA,EC5CI,YD4CJA;EAQEA,eAAAA,ECnDK,oBDmDLA;CAoCJC;;;;;AC/FV;;;;;;AAKW,iBAgBK,YAhBL,CAAA,iBAiBQ,iBAjBR,GAiB4B,iBAjB5B,EAAA,wBAkBe,kBAlBf,GAkBoC,kBAlBpC,CAAA,CAAA,OAAA,EAoBA,QApBA,EAAA,UAAA,EAAA,CAAA,OAAA,EAsBE,yBAtBF,CAsB4B,QAtB5B,EAsBsC,eAtBtC,CAAA,EAAA,GAAA,EAuBF,aAvBE,EAAA,GAyBL,OAzBK,CAyBG,kBAzBH,GAAA,IAAA,GAAA,SAAA,CAAA,GA0BL,kBA1BK,GAAA,IAAA,GAAA,SAAA,CAAA,EA6BR,eA7BQ,CA6BQ,eA7BR,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor-BkNTl-jk.d.mts","names":["BaseExecutorSchema","Array","Record"],"sources":["../../src/base/base-executor.schema.d.ts","../../src/base/base-executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface BaseExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n}\n\n"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;AAAjB;;;;;;;;;;AC0BA;;;;;;;EAMW,KAAA,CAAA,EDZFC,KCYE,CAAA,MAAA,CAAA;;EAEQ;;AAanB;;;;;;;EAMiD,QAAA,CAAA,EAAA,MAAA;;EACxC;;;;;;;;;;;;;;;;;;;;;;;;;WDICA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;KC/FE,2CACO,oBAAoB,2CACb,qBAAqB,sBAC3C;ED7BaF,WAAAA,EAAAA,MAAAA;EAoBRC,OAAAA,ECWE,QDXFA;EAsCCA,OAAAA,EC1BC,eD0BDA;EAmBEA,YAAAA,EC5CI,YD4CJA;EAQEA,eAAAA,ECnDK,oBDmDLA;CAoCJC;;;;;AC/FV;;;;;;AAKW,iBAgBK,YAhBL,CAAA,iBAiBQ,iBAjBR,GAiB4B,iBAjB5B,EAAA,wBAkBe,kBAlBf,GAkBoC,kBAlBpC,CAAA,CAAA,OAAA,EAoBA,QApBA,EAAA,UAAA,EAAA,CAAA,OAAA,EAsBE,yBAtBF,CAsB4B,QAtB5B,EAsBsC,eAtBtC,CAAA,EAAA,GAAA,EAuBF,aAvBE,EAAA,GAyBL,OAzBK,CAyBG,kBAzBH,GAAA,IAAA,GAAA,SAAA,CAAA,GA0BL,kBA1BK,GAAA,IAAA,GAAA,SAAA,CAAA,EA6BR,eA7BQ,CA6BQ,eA7BR,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor-FX7YJl7f.d.ts","names":["BaseExecutorSchema","Array","Record"],"sources":["../../src/base/base-executor.schema.d.ts","../../src/base/base-executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface BaseExecutorSchema {\n /**\n * Powerlines Configuration File\n * \n * The path to the Powerlines configuration file\n * \n * @default \"{projectRoot}/powerlines.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Input Entry File(s)\n * \n * The entry file(s) that serve as the input for the project\n * \n * \n * @format path\n */\n input?: Array<string>,\n\n /**\n * TSConfig Path\n * \n * The path to the tsconfig file\n * \n * @default \"{projectRoot}/tsconfig.json\"\n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Output Path\n * \n * The path to the output directory for the build artifacts\n * \n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * Sourcemap\n * \n * Generate a sourcemap\n * \n */\n sourceMap?: boolean,\n\n /**\n * Format\n * \n * The format to build\n * \n * @default [\"cjs\",\"esm\"]\n */\n format?: Array<string>,\n\n /**\n * Platform\n * \n * The platform to build\n * \n * @default \"neutral\"\n * \n * @enum neutral,node,browser\n */\n platform?: string,\n\n /**\n * External\n * \n * The external dependencies\n * \n */\n external?: Array<any>,\n\n /**\n * No External\n * \n * The dependencies that should not be treated as external\n * \n */\n noExternal?: Array<any>,\n\n /**\n * Skip Node Modules Bundle\n * \n * Skip bundling node_modules during the build process (if required)\n * \n */\n skipNodeModulesBundle?: boolean,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Define\n * \n * The `define` values\n * \n */\n define?: Record<string, string>,\n}\n\n"],"mappings":";;;;;;;;;UAIiBA,kBAAAA;;;AAAjB;;;;;;;;;;AC0BA;;;;;;;EAMW,KAAA,CAAA,EDZFC,KCYE,CAAA,MAAA,CAAA;;EAEQ;;AAanB;;;;;;;EAMiD,QAAA,CAAA,EAAA,MAAA;;EACxC;;;;;;;;;;;;;;;;;;;;;;;;;WDICA;;;;;;;;;;;;;;;;;;;aAmBEA;;;;;;;;eAQEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCJC;;;;KC/FE,2CACO,oBAAoB,2CACb,qBAAqB,sBAC3C;ED7BaF,WAAAA,EAAAA,MAAAA;EAoBRC,OAAAA,ECWE,QDXFA;EAsCCA,OAAAA,EC1BC,eD0BDA;EAmBEA,YAAAA,EC5CI,YD4CJA;EAQEA,eAAAA,ECnDK,oBDmDLA;CAoCJC;;;;;AC/FV;;;;;;AAKW,iBAgBK,YAhBL,CAAA,iBAiBQ,iBAjBR,GAiB4B,iBAjB5B,EAAA,wBAkBe,kBAlBf,GAkBoC,kBAlBpC,CAAA,CAAA,OAAA,EAoBA,QApBA,EAAA,UAAA,EAAA,CAAA,OAAA,EAsBE,yBAtBF,CAsB4B,QAtB5B,EAsBsC,eAtBtC,CAAA,EAAA,GAAA,EAuBF,aAvBE,EAAA,GAyBL,OAzBK,CAyBG,kBAzBH,GAAA,IAAA,GAAA,SAAA,CAAA,GA0BL,kBA1BK,GAAA,IAAA,GAAA,SAAA,CAAA,EA6BR,eA7BQ,CA6BQ,eA7BR,CAAA"}