@storm-software/pulumi-tools 0.7.64 → 0.7.66

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.7.66](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.66) (2025-04-28)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **eslint:** Disable markdown eslint rules by default
10
+ ([a84e36deb](https://github.com/storm-software/storm-ops/commit/a84e36deb))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([adffb8372](https://github.com/storm-software/storm-ops/commit/adffb8372))
13
+
14
+ ## [0.7.65](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.65) (2025-04-28)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **eslint:** Resolve issue with provided ignores list
19
+ ([debd59a14](https://github.com/storm-software/storm-ops/commit/debd59a14))
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([5834a3608](https://github.com/storm-software/storm-ops/commit/5834a3608))
25
+
5
26
  ## [0.7.64](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.64) (2025-04-28)
6
27
 
7
28
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.7.63-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.7.66-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Pulumi Tools](#storm-pulumi-tools)
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  getCloudTemplateName
3
- } from "./chunk-XKY462OA.mjs";
3
+ } from "./chunk-CRMMXYRU.mjs";
4
4
  import {
5
5
  initGenerator,
6
6
  run,
7
7
  withRunGenerator
8
- } from "./chunk-25V5OEPQ.mjs";
8
+ } from "./chunk-SKXZCCRY.mjs";
9
9
  import {
10
10
  __name
11
- } from "./chunk-N7GSKHH2.mjs";
11
+ } from "./chunk-NM2XRTN6.mjs";
12
12
 
13
13
  // src/generators/init/generator.ts
14
14
  import { addDependenciesToPackageJson, addProjectConfiguration, formatFiles, readJsonFile, runTasksInSerial } from "@nx/devkit";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-OD2UU3AH.mjs";
3
+ } from "./chunk-MDAWJLVI.mjs";
4
4
 
5
5
  // src/executors/config/executor.ts
6
6
  var executor_default = withPulumiExecutor("config", (options) => [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-N7GSKHH2.mjs";
3
+ } from "./chunk-NM2XRTN6.mjs";
4
4
 
5
5
  // src/base/providers.ts
6
6
  var Provider;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-OD2UU3AH.mjs";
3
+ } from "./chunk-MDAWJLVI.mjs";
4
4
 
5
5
  // src/executors/import/executor.ts
6
6
  var executor_default = withPulumiExecutor("import", (options) => [
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-25V5OEPQ.mjs";
4
+ } from "./chunk-SKXZCCRY.mjs";
5
5
  import {
6
6
  __name
7
- } from "./chunk-N7GSKHH2.mjs";
7
+ } from "./chunk-NM2XRTN6.mjs";
8
8
 
9
9
  // src/base/base-executor.ts
10
10
  import { join } from "node:path";
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  throw Error('Dynamic require of "' + x + '" is not supported');
8
8
  });
9
9
 
10
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=6f5ec3d4990820b9e30a2e3135e1e171cde70966824e3b0ca9c0d2f02fc93f24__aad0536395a8d4adbad069f47cf0551b/node_modules/tsup/assets/esm_shims.js
10
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=6f5ec3d4990820b9e30a2e3135e1e171cde70966824e3b0ca9c0d2f02fc93f24__c75bd232a33dcb63ad2eb667808a0247/node_modules/tsup/assets/esm_shims.js
11
11
  import { fileURLToPath } from "url";
12
12
  import path from "path";
13
13
  var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-OD2UU3AH.mjs";
3
+ } from "./chunk-MDAWJLVI.mjs";
4
4
 
5
5
  // src/executors/preview/executor.ts
6
6
  var executor_default = withPulumiExecutor("preview", (options) => [
@@ -2,7 +2,7 @@ import {
2
2
  __dirname,
3
3
  __name,
4
4
  __require
5
- } from "./chunk-N7GSKHH2.mjs";
5
+ } from "./chunk-NM2XRTN6.mjs";
6
6
 
7
7
  // ../config-tools/src/utilities/run.ts
8
8
  import { exec, execSync } from "node:child_process";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-OD2UU3AH.mjs";
3
+ } from "./chunk-MDAWJLVI.mjs";
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
6
  var executor_default = withPulumiExecutor("refresh", (options) => [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-OD2UU3AH.mjs";
3
+ } from "./chunk-MDAWJLVI.mjs";
4
4
 
5
5
  // src/executors/up/executor.ts
6
6
  var executor_default = withPulumiExecutor("up", (options) => [
@@ -1,9 +1,9 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
- import "./chunk-LFMHCSYT.mjs";
3
- import "./chunk-TCRO6LLA.mjs";
4
- import "./chunk-VW6DYIQY.mjs";
5
- import "./chunk-6AYQ7VHF.mjs";
6
- import "./chunk-GYUDNNH4.mjs";
7
- import "./chunk-OD2UU3AH.mjs";
8
- import "./chunk-25V5OEPQ.mjs";
9
- import "./chunk-N7GSKHH2.mjs";
2
+ import "./chunk-HJIRWYVM.mjs";
3
+ import "./chunk-OO7K5FVX.mjs";
4
+ import "./chunk-W6M54G2W.mjs";
5
+ import "./chunk-XS45I2XC.mjs";
6
+ import "./chunk-CCSME2OQ.mjs";
7
+ import "./chunk-MDAWJLVI.mjs";
8
+ import "./chunk-SKXZCCRY.mjs";
9
+ import "./chunk-NM2XRTN6.mjs";
@@ -1,10 +1,10 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-UFKMKONY.mjs";
5
- import "./chunk-XKY462OA.mjs";
6
- import "./chunk-25V5OEPQ.mjs";
7
- import "./chunk-N7GSKHH2.mjs";
4
+ } from "./chunk-4QKMQMV4.mjs";
5
+ import "./chunk-CRMMXYRU.mjs";
6
+ import "./chunk-SKXZCCRY.mjs";
7
+ import "./chunk-NM2XRTN6.mjs";
8
8
  export {
9
9
  initGeneratorFn
10
10
  };
package/dist/index.mjs CHANGED
@@ -1,23 +1,23 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
- import "./chunk-LFMHCSYT.mjs";
3
- import "./chunk-TCRO6LLA.mjs";
4
- import "./chunk-VW6DYIQY.mjs";
5
- import "./chunk-6AYQ7VHF.mjs";
2
+ import "./chunk-HJIRWYVM.mjs";
3
+ import "./chunk-OO7K5FVX.mjs";
4
+ import "./chunk-W6M54G2W.mjs";
5
+ import "./chunk-XS45I2XC.mjs";
6
6
  import "./chunk-23KFTIT2.mjs";
7
7
  import {
8
8
  initGeneratorFn
9
- } from "./chunk-UFKMKONY.mjs";
9
+ } from "./chunk-4QKMQMV4.mjs";
10
10
  import "./chunk-CA7S5MOH.mjs";
11
11
  import {
12
12
  Provider,
13
13
  getCloudTemplateName
14
- } from "./chunk-XKY462OA.mjs";
15
- import "./chunk-GYUDNNH4.mjs";
14
+ } from "./chunk-CRMMXYRU.mjs";
15
+ import "./chunk-CCSME2OQ.mjs";
16
16
  import {
17
17
  withPulumiExecutor
18
- } from "./chunk-OD2UU3AH.mjs";
19
- import "./chunk-25V5OEPQ.mjs";
20
- import "./chunk-N7GSKHH2.mjs";
18
+ } from "./chunk-MDAWJLVI.mjs";
19
+ import "./chunk-SKXZCCRY.mjs";
20
+ import "./chunk-NM2XRTN6.mjs";
21
21
  export {
22
22
  Provider,
23
23
  getCloudTemplateName,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "../../chunk-OD2UU3AH.mjs";
4
- import "../../chunk-25V5OEPQ.mjs";
5
- import "../../chunk-N7GSKHH2.mjs";
3
+ } from "../../chunk-MDAWJLVI.mjs";
4
+ import "../../chunk-SKXZCCRY.mjs";
5
+ import "../../chunk-NM2XRTN6.mjs";
6
6
  export {
7
7
  withPulumiExecutor
8
8
  };
@@ -2,12 +2,12 @@ import "../../chunk-CA7S5MOH.mjs";
2
2
  import {
3
3
  Provider,
4
4
  getCloudTemplateName
5
- } from "../../chunk-XKY462OA.mjs";
5
+ } from "../../chunk-CRMMXYRU.mjs";
6
6
  import {
7
7
  withPulumiExecutor
8
- } from "../../chunk-OD2UU3AH.mjs";
9
- import "../../chunk-25V5OEPQ.mjs";
10
- import "../../chunk-N7GSKHH2.mjs";
8
+ } from "../../chunk-MDAWJLVI.mjs";
9
+ import "../../chunk-SKXZCCRY.mjs";
10
+ import "../../chunk-NM2XRTN6.mjs";
11
11
  export {
12
12
  Provider,
13
13
  getCloudTemplateName,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  Provider,
3
3
  getCloudTemplateName
4
- } from "../../chunk-XKY462OA.mjs";
5
- import "../../chunk-N7GSKHH2.mjs";
4
+ } from "../../chunk-CRMMXYRU.mjs";
5
+ import "../../chunk-NM2XRTN6.mjs";
6
6
  export {
7
7
  Provider,
8
8
  getCloudTemplateName
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-GYUDNNH4.mjs";
4
- import "../../../chunk-OD2UU3AH.mjs";
5
- import "../../../chunk-25V5OEPQ.mjs";
6
- import "../../../chunk-N7GSKHH2.mjs";
3
+ } from "../../../chunk-CCSME2OQ.mjs";
4
+ import "../../../chunk-MDAWJLVI.mjs";
5
+ import "../../../chunk-SKXZCCRY.mjs";
6
+ import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-LFMHCSYT.mjs";
4
- import "../../../chunk-OD2UU3AH.mjs";
5
- import "../../../chunk-25V5OEPQ.mjs";
6
- import "../../../chunk-N7GSKHH2.mjs";
3
+ } from "../../../chunk-HJIRWYVM.mjs";
4
+ import "../../../chunk-MDAWJLVI.mjs";
5
+ import "../../../chunk-SKXZCCRY.mjs";
6
+ import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-TCRO6LLA.mjs";
4
- import "../../../chunk-OD2UU3AH.mjs";
5
- import "../../../chunk-25V5OEPQ.mjs";
6
- import "../../../chunk-N7GSKHH2.mjs";
3
+ } from "../../../chunk-OO7K5FVX.mjs";
4
+ import "../../../chunk-MDAWJLVI.mjs";
5
+ import "../../../chunk-SKXZCCRY.mjs";
6
+ import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-VW6DYIQY.mjs";
4
- import "../../../chunk-OD2UU3AH.mjs";
5
- import "../../../chunk-25V5OEPQ.mjs";
6
- import "../../../chunk-N7GSKHH2.mjs";
3
+ } from "../../../chunk-W6M54G2W.mjs";
4
+ import "../../../chunk-MDAWJLVI.mjs";
5
+ import "../../../chunk-SKXZCCRY.mjs";
6
+ import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-6AYQ7VHF.mjs";
4
- import "../../../chunk-OD2UU3AH.mjs";
5
- import "../../../chunk-25V5OEPQ.mjs";
6
- import "../../../chunk-N7GSKHH2.mjs";
3
+ } from "../../../chunk-XS45I2XC.mjs";
4
+ import "../../../chunk-MDAWJLVI.mjs";
5
+ import "../../../chunk-SKXZCCRY.mjs";
6
+ import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-UFKMKONY.mjs";
5
- import "../../../chunk-XKY462OA.mjs";
6
- import "../../../chunk-25V5OEPQ.mjs";
7
- import "../../../chunk-N7GSKHH2.mjs";
4
+ } from "../../../chunk-4QKMQMV4.mjs";
5
+ import "../../../chunk-CRMMXYRU.mjs";
6
+ import "../../../chunk-SKXZCCRY.mjs";
7
+ import "../../../chunk-NM2XRTN6.mjs";
8
8
  export {
9
9
  generator_default as default,
10
10
  initGeneratorFn
@@ -1,4 +1,4 @@
1
- import "./chunk-N7GSKHH2.mjs";
1
+ import "./chunk-NM2XRTN6.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.7.64",
3
+ "version": "0.7.66",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {