@powerlines/nx 0.10.53 → 0.10.55

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 +12 -0
  2. package/dist/{chunk-PMI2WD7Z.js → chunk-2PTRIY6Z.js} +2 -2
  3. package/dist/{chunk-EGHL5KZ2.js → chunk-3CZAB3PJ.js} +2 -2
  4. package/dist/{chunk-OMQTZ25K.js → chunk-4QOA5KPS.js} +6 -2
  5. package/dist/{chunk-JL6FQXAB.js → chunk-5PHI4BE4.js} +2 -2
  6. package/dist/{chunk-7ORNATFT.mjs → chunk-DAKELD3O.mjs} +1 -1
  7. package/dist/{chunk-6TZH64VP.js → chunk-GQYMRL66.js} +2 -2
  8. package/dist/{chunk-Y64F5QQW.mjs → chunk-KR2CHSQ4.mjs} +1 -1
  9. package/dist/{chunk-D3OQC7MS.mjs → chunk-LNCL5MTR.mjs} +1 -1
  10. package/dist/{chunk-JDCI75E7.mjs → chunk-OJN7WKDS.mjs} +1 -1
  11. package/dist/{chunk-7TJ4DPKZ.js → chunk-QWYCKZRM.js} +2 -2
  12. package/dist/{chunk-XED74V2B.mjs → chunk-TMWLKZBY.mjs} +6 -2
  13. package/dist/{chunk-QIURTZ22.mjs → chunk-UYDUS77N.mjs} +1 -1
  14. package/dist/executors.js +13 -13
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +13 -13
  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 +10 -10
  31. package/dist/src/executors/build/schema.d.ts +0 -84
  32. package/dist/src/executors/build/schema.json +0 -94
  33. package/dist/src/executors/clean/schema.d.ts +0 -74
  34. package/dist/src/executors/clean/schema.json +0 -75
  35. package/dist/src/executors/docs/schema.d.ts +0 -74
  36. package/dist/src/executors/docs/schema.json +0 -75
  37. package/dist/src/executors/lint/schema.d.ts +0 -74
  38. package/dist/src/executors/lint/schema.json +0 -75
  39. package/dist/src/executors/prepare/schema.d.ts +0 -74
  40. package/dist/src/executors/prepare/schema.json +0 -75
  41. package/dist/src/generators/sync/schema.d.ts +0 -15
  42. package/dist/src/generators/sync/schema.json +0 -19
@@ -1,75 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Prepare Executor",
4
- "description": "A type definition for the Powerlines - Prepare 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
- },
22
- "configFile": {
23
- "title": "Powerlines Configuration File",
24
- "type": "string",
25
- "format": "path",
26
- "description": "The path to the Powerlines configuration file",
27
- "id": "#configFile",
28
- "default": "{projectRoot}/powerlines.config.ts"
29
- },
30
- "mode": {
31
- "title": "Mode",
32
- "type": "string",
33
- "description": "The build mode",
34
- "enum": [
35
- "development",
36
- "test",
37
- "production"
38
- ],
39
- "id": "#mode"
40
- },
41
- "skipInstalls": {
42
- "title": "Skip Installs",
43
- "type": "boolean",
44
- "description": "Skip installing dependencies before building",
45
- "id": "#skipInstalls"
46
- },
47
- "skipCache": {
48
- "title": "Skip Cache",
49
- "type": "boolean",
50
- "description": "Skip the cache when building",
51
- "id": "#skipCache"
52
- },
53
- "logLevel": {
54
- "title": "Log Level",
55
- "type": "string",
56
- "description": "The log level to use for the build process",
57
- "enum": [
58
- "fatal",
59
- "error",
60
- "warn",
61
- "success",
62
- "info",
63
- "debug",
64
- "trace",
65
- "silent"
66
- ],
67
- "id": "#logLevel"
68
- }
69
- },
70
- "type": "object",
71
- "default": {
72
- "outputPath": "dist/{projectRoot}",
73
- "configFile": "{projectRoot}/powerlines.config.ts"
74
- }
75
- }
@@ -1,15 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface SyncGeneratorSchema {
6
- /**
7
- * Out of Sync Message
8
- *
9
- * The message to display when the project is out of sync with the legal-message.txt file
10
- *
11
- * @default "The legal-message.txt file needs to be created"
12
- */
13
- outOfSyncMessage?: string,
14
- }
15
-
@@ -1,19 +0,0 @@
1
- {
2
- "id": "#",
3
- "title": "Sync Generator",
4
- "description": "A type definition for the Powerlines - Sync generator's options",
5
- "required": [],
6
- "properties": {
7
- "outOfSyncMessage": {
8
- "title": "Out of Sync Message",
9
- "type": "string",
10
- "description": "The message to display when the project is out of sync with the legal-message.txt file",
11
- "id": "#outOfSyncMessage",
12
- "default": "The legal-message.txt file needs to be created"
13
- }
14
- },
15
- "type": "object",
16
- "default": {
17
- "outOfSyncMessage": "The legal-message.txt file needs to be created"
18
- }
19
- }