@storm-software/workspace-tools 1.295.19 → 1.295.21

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 (43) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-NU3RM6J3.js → chunk-TLQOFGV3.js} +1 -1
  4. package/dist/{chunk-R4N2WEQ2.mjs → chunk-YWURGVT5.mjs} +1 -1
  5. package/dist/executors.js +1 -1
  6. package/dist/executors.mjs +1 -1
  7. package/dist/index.js +15 -15
  8. package/dist/index.mjs +23 -23
  9. package/dist/src/plugins/rust/cargo-toml.js +2 -2
  10. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  11. package/dist/src/plugins/rust/index.js +2 -2
  12. package/dist/src/plugins/rust/index.mjs +1 -1
  13. package/dist/src/plugins/typescript/index.js +1 -1
  14. package/dist/src/plugins/typescript/index.mjs +1 -1
  15. package/dist/src/utils/index.js +10 -10
  16. package/dist/src/utils/index.mjs +16 -16
  17. package/package.json +9 -9
  18. package/dist/executor-3xgqDuO8.d.mts +0 -267
  19. package/dist/executor-AWVjob7x.d.ts +0 -146
  20. package/dist/executor-Bg1ZMajZ.d.mts +0 -305
  21. package/dist/executor-C8CSiSYp.d.ts +0 -267
  22. package/dist/executor-CUSJtboU.d.mts +0 -146
  23. package/dist/executor-CazPhUHi.d.mts +0 -57
  24. package/dist/executor-CiMwf7XO.d.mts +0 -34
  25. package/dist/executor-CxVN6aHC.d.ts +0 -34
  26. package/dist/executor-D5cKqCTN.d.ts +0 -305
  27. package/dist/executor-D9Vr-za5.d.mts +0 -144
  28. package/dist/executor-DipEWUrL.d.ts +0 -57
  29. package/dist/executor-OgkQy9Fn.d.ts +0 -144
  30. package/dist/generator-B3TfYhfT.d.mts +0 -38
  31. package/dist/generator-BKf0zW9i.d.mts +0 -108
  32. package/dist/generator-BZ5KDaAo.d.ts +0 -38
  33. package/dist/generator-BrJ8Eldd.d.ts +0 -130
  34. package/dist/generator-BrOskKnM.d.mts +0 -130
  35. package/dist/generator-C7Xsn3y0.d.ts +0 -130
  36. package/dist/generator-CbsXFRS0.d.mts +0 -130
  37. package/dist/generator-Cuho4nz0.d.ts +0 -108
  38. package/dist/generator-cqX5AafO.d.mts +0 -130
  39. package/dist/generator-ru0ihHO5.d.ts +0 -130
  40. package/dist/types-B6F7nl01.d.ts +0 -116
  41. package/dist/types-BI64Uv6g.d.mts +0 -116
  42. package/dist/types-D-YNP2Zk.d.mts +0 -243
  43. package/dist/types-D-YNP2Zk.d.ts +0 -243
@@ -1,108 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-BI64Uv6g.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface PresetGeneratorSchema {
9
- /**
10
- * Directory
11
- *
12
- * The directory to create the library in
13
- *
14
- */
15
- directory: string,
16
-
17
- /**
18
- * Name
19
- *
20
- * The name of the workspace
21
- *
22
- */
23
- name: string,
24
-
25
- /**
26
- * Organization
27
- *
28
- * The organization of the workspace
29
- *
30
- * @default "storm-software"
31
- */
32
- organization?: string,
33
-
34
- /**
35
- * Include Apps
36
- *
37
- * Include apps in the workspace
38
- *
39
- * @default true
40
- */
41
- includeApps?: boolean,
42
-
43
- /**
44
- * Include Rust
45
- *
46
- * Include Rust support in the workspace
47
- *
48
- * @default false
49
- */
50
- includeRust?: boolean,
51
-
52
- /**
53
- * Namespace
54
- *
55
- * The namespace of the workspace
56
- *
57
- * @default "storm-software"
58
- */
59
- namespace?: string,
60
-
61
- /**
62
- * Description
63
- *
64
- * The description of the workspace
65
- *
66
- */
67
- description?: string,
68
-
69
- /**
70
- * Repository URL
71
- *
72
- * The URL of the repository
73
- *
74
- */
75
- repositoryUrl?: string,
76
-
77
- /**
78
- * Nx Cloud
79
- *
80
- * Nx Cloud configuration
81
- *
82
- */
83
- nxCloud?: string,
84
-
85
- /**
86
- * Mode
87
- *
88
- * The mode of the Nx client
89
- *
90
- */
91
- mode?: string,
92
-
93
- /**
94
- * Package Manager
95
- *
96
- * The package manager to use
97
- *
98
- * @default "pnpm"
99
- *
100
- * @enum npm,pnpm,yarn,bun
101
- */
102
- packageManager?: string,
103
- }
104
-
105
- declare function presetGeneratorFn(tree: Tree, options: PresetGeneratorSchema): Promise<null>;
106
- declare const _default: (tree: Tree, _options: PresetGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
107
-
108
- export { type PresetGeneratorSchema as P, _default as _, presetGeneratorFn as p };
@@ -1,38 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.js';
5
- import * as z from 'zod';
6
-
7
- // Generated by @storm-software/untyped
8
- // Do not edit this file directly
9
-
10
- interface ConfigSchemaGeneratorSchema {
11
- /**
12
- * Directory
13
- *
14
- * The directory to create the library in
15
- *
16
- */
17
- directory?: string,
18
-
19
- /**
20
- * Output File
21
- *
22
- * The file to write the schema to
23
- *
24
- * @default "{workspaceRoot}/storm-workspace.schema.json"
25
- */
26
- outputFile?: string,
27
- }
28
-
29
- type ModuleSchema = {
30
- name: string;
31
- schema: z.ZodType;
32
- };
33
- declare function configSchemaGeneratorFn(tree: Tree, options: ConfigSchemaGeneratorSchema, config?: StormWorkspaceConfig): Promise<{
34
- success: boolean;
35
- }>;
36
- declare const _default: (tree: Tree, _options: ConfigSchemaGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
37
-
38
- export { type ConfigSchemaGeneratorSchema as C, type ModuleSchema as M, _default as _, configSchemaGeneratorFn as c };
@@ -1,130 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.js';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface NeutralLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "neutral"
49
- *
50
- * @enum neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function neutralLibraryGeneratorFn(tree: Tree, schema: NeutralLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: NeutralLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type NeutralLibraryGeneratorSchema as N, _default as _, neutralLibraryGeneratorFn as n };
@@ -1,130 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-BI64Uv6g.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.mjs';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface NeutralLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "neutral"
49
- *
50
- * @enum neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function neutralLibraryGeneratorFn(tree: Tree, schema: NeutralLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: NeutralLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type NeutralLibraryGeneratorSchema as N, _default as _, neutralLibraryGeneratorFn as n };
@@ -1,130 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.js';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface BrowserLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "browser"
49
- *
50
- * @enum browser,neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function browserLibraryGeneratorFn(tree: Tree, schema: BrowserLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: BrowserLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type BrowserLibraryGeneratorSchema as B, _default as _, browserLibraryGeneratorFn as b };
@@ -1,130 +0,0 @@
1
- import { c as BaseGeneratorResult } from './types-BI64Uv6g.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.mjs';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface BrowserLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "browser"
49
- *
50
- * @enum browser,neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function browserLibraryGeneratorFn(tree: Tree, schema: BrowserLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: BrowserLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type BrowserLibraryGeneratorSchema as B, _default as _, browserLibraryGeneratorFn as b };