@power-plant/noop-output 0.0.71 → 0.0.72

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/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/power-plant/media/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/power-plant/media/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/power-plant/media/banner-1280x640-dark.gif" width="100%" alt="Power Plant" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/power-plant/media/banner-1280x427-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/power-plant/media/banner-1280x427-light.gif">
10
+ <img src="https://public.storm-cdn.com/power-plant/media/banner-1280x427-dark.gif" width="100%" alt="Power Plant" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -33,7 +33,7 @@ The Power Plant monorepo is a collection of packages that are designed to work t
33
33
 
34
34
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
35
35
 
36
- [![Version](https://img.shields.io/badge/version-0.0.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&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;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
36
+ [![Version](https://img.shields.io/badge/version-0.0.71-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&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;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
37
37
 
38
38
  <!-- prettier-ignore-start -->
39
39
  <!-- markdownlint-disable -->
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- var e=(0,require("@power-plant/core").defineOutput)({meta:{name:`noop-output`,description:`An output that just returns the generated documents.`,version:`0.0.71`,tags:[`noop`]},output:async(e,t,n)=>n});module.exports=e;
1
+ var e=(0,require("@power-plant/core").defineOutput)({meta:{name:`noop-output`,description:`An output that just returns the generated documents.`,version:`0.0.72`,tags:[`noop`]},output:async(e,t,n)=>n});module.exports=e;
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import{defineOutput as e}from"@power-plant/core";var t=e({meta:{name:`noop-output`,description:`An output that just returns the generated documents.`,version:`0.0.71`,tags:[`noop`]},output:async(e,t,n)=>n});export{t as default};
1
+ import{defineOutput as e}from"@power-plant/core";var t=e({meta:{name:`noop-output`,description:`An output that just returns the generated documents.`,version:`0.0.72`,tags:[`noop`]},output:async(e,t,n)=>n});export{t as default};
2
2
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/noop-output",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "private": false,
5
5
  "description": "A Power Plant output that just returns the generated documents.",
6
6
  "keywords": ["noop", "power-plant-output", "power-plant", "storm-software"],
@@ -61,12 +61,12 @@
61
61
  "types": "./dist/index.d.cts",
62
62
  "typings": "dist/index.d.mts",
63
63
  "files": ["dist"],
64
- "dependencies": { "@power-plant/core": "^0.0.92" },
64
+ "dependencies": { "@power-plant/core": "^0.0.93" },
65
65
  "devDependencies": {
66
- "@powerlines/plugin-tsdown": "^0.1.612",
67
- "@types/node": "^25.9.5",
68
- "powerlines": "^0.47.211"
66
+ "@powerlines/plugin-tsdown": "^0.1.613",
67
+ "@types/node": "^25.9.7",
68
+ "powerlines": "^0.47.212"
69
69
  },
70
70
  "publishConfig": { "access": "public" },
71
- "gitHead": "3b7086f0e37297a752aab753ef3e3313d49f3233"
71
+ "gitHead": "69972a15b0f31c62b1cccd38a1811acef609ee06"
72
72
  }