@storm-software/pulumi-tools 0.7.4 → 0.7.5

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 (67) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +497 -1
  3. package/dist/{chunk-G7PDZ2WM.js → chunk-32GFYKQ3.js} +2 -2
  4. package/dist/{chunk-H7HAPX23.js → chunk-6DP5HHF5.js} +2 -2
  5. package/dist/{chunk-IS6HXL7I.mjs → chunk-ARPHB535.mjs} +1 -1
  6. package/dist/{chunk-S4O5AGOW.mjs → chunk-B5MURCIC.mjs} +1 -1
  7. package/dist/{chunk-4TARI6WS.mjs → chunk-CXWKMDJU.mjs} +1 -1
  8. package/dist/{chunk-MEALEKRV.js → chunk-FN7UDXGG.js} +258 -285
  9. package/dist/{chunk-7TZS6RY7.js → chunk-I7VABIBI.js} +2 -2
  10. package/dist/{chunk-KXUJFKTM.js → chunk-IAZVTGHA.js} +2 -2
  11. package/dist/{chunk-CMJG73FE.mjs → chunk-JTC66DXK.mjs} +272 -299
  12. package/dist/{chunk-BZNPHGTW.js → chunk-N3H4DK4E.js} +2 -2
  13. package/dist/{chunk-ANOFMNL3.mjs → chunk-O6PGI6V3.mjs} +1 -1
  14. package/dist/{chunk-7Y64NEWY.mjs → chunk-P6YUXTRU.mjs} +1 -1
  15. package/dist/{chunk-7AYGEMWQ.mjs → chunk-PZVSIXQ3.mjs} +1 -1
  16. package/dist/{chunk-7RGDAFW2.mjs → chunk-QY3JQOCP.mjs} +1 -1
  17. package/dist/{chunk-H64Q27JP.js → chunk-XXWYXYXW.js} +3 -3
  18. package/dist/{chunk-G3CX72UJ.js → chunk-YXVSSAJ7.js} +5 -5
  19. package/dist/executors.d.mts +1 -1
  20. package/dist/executors.d.ts +1 -1
  21. package/dist/executors.js +7 -7
  22. package/dist/executors.mjs +7 -7
  23. package/dist/{generators-BTx7b7LA.d.ts → generators-CDh2w5jS.d.ts} +1 -1
  24. package/dist/{generators-UYHhe90f.d.mts → generators-tDFGjZKk.d.mts} +1 -1
  25. package/dist/generators.d.mts +2 -2
  26. package/dist/generators.d.ts +2 -2
  27. package/dist/generators.js +3 -3
  28. package/dist/generators.mjs +2 -2
  29. package/dist/index.d.mts +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +9 -9
  32. package/dist/index.mjs +8 -8
  33. package/dist/src/base/base-executor.d.mts +1 -1
  34. package/dist/src/base/base-executor.d.ts +1 -1
  35. package/dist/src/base/base-executor.js +3 -3
  36. package/dist/src/base/base-executor.mjs +2 -2
  37. package/dist/src/base/index.d.mts +1 -1
  38. package/dist/src/base/index.d.ts +1 -1
  39. package/dist/src/base/index.js +3 -3
  40. package/dist/src/base/index.mjs +2 -2
  41. package/dist/src/executors/config/executor.d.mts +1 -1
  42. package/dist/src/executors/config/executor.d.ts +1 -1
  43. package/dist/src/executors/config/executor.js +4 -4
  44. package/dist/src/executors/config/executor.mjs +3 -3
  45. package/dist/src/executors/import/executor.d.mts +1 -1
  46. package/dist/src/executors/import/executor.d.ts +1 -1
  47. package/dist/src/executors/import/executor.js +4 -4
  48. package/dist/src/executors/import/executor.mjs +3 -3
  49. package/dist/src/executors/preview/executor.d.mts +1 -1
  50. package/dist/src/executors/preview/executor.d.ts +1 -1
  51. package/dist/src/executors/preview/executor.js +4 -4
  52. package/dist/src/executors/preview/executor.mjs +3 -3
  53. package/dist/src/executors/refresh/executor.d.mts +1 -1
  54. package/dist/src/executors/refresh/executor.d.ts +1 -1
  55. package/dist/src/executors/refresh/executor.js +4 -4
  56. package/dist/src/executors/refresh/executor.mjs +3 -3
  57. package/dist/src/executors/up/executor.d.mts +1 -1
  58. package/dist/src/executors/up/executor.d.ts +1 -1
  59. package/dist/src/executors/up/executor.js +4 -4
  60. package/dist/src/executors/up/executor.mjs +3 -3
  61. package/dist/src/generators/init/generator.d.mts +2 -2
  62. package/dist/src/generators/init/generator.d.ts +2 -2
  63. package/dist/src/generators/init/generator.js +3 -3
  64. package/dist/src/generators/init/generator.mjs +2 -2
  65. package/dist/{types-BQ21E8Xn.d.mts → types-CMF_wowV.d.mts} +2 -2
  66. package/dist/{types-BQ21E8Xn.d.ts → types-CMF_wowV.d.ts} +2 -2
  67. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import * as _nx_devkit from '@nx/devkit';
2
2
  import { U as UpExecutorSchema } from '../../../schema.d-BCkJFwHO.mjs';
3
3
  import '../../base/base-executor.mjs';
4
- import '../../../types-BQ21E8Xn.mjs';
4
+ import '../../../types-CMF_wowV.mjs';
5
5
  import 'zod';
6
6
  import '@storm-software/workspace-tools';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import * as _nx_devkit from '@nx/devkit';
2
2
  import { U as UpExecutorSchema } from '../../../schema.d-Dri9rCeV.js';
3
3
  import '../../base/base-executor.js';
4
- import '../../../types-BQ21E8Xn.js';
4
+ import '../../../types-CMF_wowV.js';
5
5
  import 'zod';
6
6
  import '@storm-software/workspace-tools';
7
7
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkBZNPHGTWjs = require('../../../chunk-BZNPHGTW.js');
4
- require('../../../chunk-H64Q27JP.js');
5
- require('../../../chunk-MEALEKRV.js');
3
+ var _chunkN3H4DK4Ejs = require('../../../chunk-N3H4DK4E.js');
4
+ require('../../../chunk-XXWYXYXW.js');
5
+ require('../../../chunk-FN7UDXGG.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkBZNPHGTWjs.executor_default;
9
+ exports.default = _chunkN3H4DK4Ejs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-4TARI6WS.mjs";
4
- import "../../../chunk-7AYGEMWQ.mjs";
5
- import "../../../chunk-CMJG73FE.mjs";
3
+ } from "../../../chunk-CXWKMDJU.mjs";
4
+ import "../../../chunk-PZVSIXQ3.mjs";
5
+ import "../../../chunk-JTC66DXK.mjs";
6
6
  import "../../../chunk-XUV4U54K.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,5 +1,5 @@
1
1
  import '@storm-software/workspace-tools';
2
2
  import '@nx/devkit';
3
- import '../../../types-BQ21E8Xn.mjs';
4
- export { _ as default, i as initGeneratorFn } from '../../../generators-UYHhe90f.mjs';
3
+ import '../../../types-CMF_wowV.mjs';
4
+ export { _ as default, i as initGeneratorFn } from '../../../generators-tDFGjZKk.mjs';
5
5
  import 'zod';
@@ -1,5 +1,5 @@
1
1
  import '@storm-software/workspace-tools';
2
2
  import '@nx/devkit';
3
- import '../../../types-BQ21E8Xn.js';
4
- export { _ as default, i as initGeneratorFn } from '../../../generators-BTx7b7LA.js';
3
+ import '../../../types-CMF_wowV.js';
4
+ export { _ as default, i as initGeneratorFn } from '../../../generators-CDh2w5jS.js';
5
5
  import 'zod';
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkG3CX72UJjs = require('../../../chunk-G3CX72UJ.js');
4
+ var _chunkYXVSSAJ7js = require('../../../chunk-YXVSSAJ7.js');
5
5
  require('../../../chunk-DBLK3NPE.js');
6
- require('../../../chunk-MEALEKRV.js');
6
+ require('../../../chunk-FN7UDXGG.js');
7
7
  require('../../../chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkG3CX72UJjs.generator_default; exports.initGeneratorFn = _chunkG3CX72UJjs.initGeneratorFn;
11
+ exports.default = _chunkYXVSSAJ7js.generator_default; exports.initGeneratorFn = _chunkYXVSSAJ7js.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-ANOFMNL3.mjs";
4
+ } from "../../../chunk-O6PGI6V3.mjs";
5
5
  import "../../../chunk-GTCRGRK2.mjs";
6
- import "../../../chunk-CMJG73FE.mjs";
6
+ import "../../../chunk-JTC66DXK.mjs";
7
7
  import "../../../chunk-XUV4U54K.mjs";
8
8
  export {
9
9
  generator_default as default,
@@ -1177,9 +1177,9 @@ declare const StormConfigSchema: z.ZodObject<{
1177
1177
 
1178
1178
  type TStormConfig = z.infer<typeof StormConfigSchema>;
1179
1179
  type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
1180
- extensions?: (TStormConfig["extensions"] & {
1180
+ extensions: (TStormConfig["extensions"] & {
1181
1181
  [extensionName in TExtensionName]: TExtensionConfig;
1182
- }) | Record<string, any>;
1182
+ }) | NonNullable<Record<string, any>>;
1183
1183
  };
1184
1184
 
1185
1185
  export type { StormConfig as S };
@@ -1177,9 +1177,9 @@ declare const StormConfigSchema: z.ZodObject<{
1177
1177
 
1178
1178
  type TStormConfig = z.infer<typeof StormConfigSchema>;
1179
1179
  type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
1180
- extensions?: (TStormConfig["extensions"] & {
1180
+ extensions: (TStormConfig["extensions"] & {
1181
1181
  [extensionName in TExtensionName]: TExtensionConfig;
1182
- }) | Record<string, any>;
1182
+ }) | NonNullable<Record<string, any>>;
1183
1183
  };
1184
1184
 
1185
1185
  export type { StormConfig as S };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {