@powerlines/plugin-env 0.15.59 → 0.15.60

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 (2) hide show
  1. package/package.json +9 -9
  2. package/README.md +0 -305
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.15.59",
3
+ "version": "0.15.60",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "repository": {
@@ -193,10 +193,10 @@
193
193
  "@alloy-js/typescript": "^0.22.0",
194
194
  "@babel/core": "^7.28.6",
195
195
  "@babel/types": "^7.28.6",
196
- "@powerlines/plugin-alloy": "^0.18.56",
197
- "@powerlines/plugin-automd": "^0.1.170",
198
- "@powerlines/plugin-babel": "^0.12.179",
199
- "@powerlines/plugin-plugin": "^0.12.122",
196
+ "@powerlines/plugin-alloy": "^0.18.57",
197
+ "@powerlines/plugin-automd": "^0.1.171",
198
+ "@powerlines/plugin-babel": "^0.12.180",
199
+ "@powerlines/plugin-plugin": "^0.12.123",
200
200
  "@storm-software/config-tools": "^1.188.80",
201
201
  "@stryke/capnp": "^0.12.55",
202
202
  "@stryke/env": "^0.20.47",
@@ -206,14 +206,14 @@
206
206
  "@stryke/type-checks": "^0.5.17",
207
207
  "@stryke/types": "^0.10.31",
208
208
  "automd": "^0.4.2",
209
- "powerlines": "^0.37.44"
209
+ "powerlines": "^0.37.45"
210
210
  },
211
211
  "devDependencies": {
212
- "@powerlines/deepkit": "^0.5.87",
213
- "@powerlines/plugin-deepkit": "^0.11.48",
212
+ "@powerlines/deepkit": "^0.5.88",
213
+ "@powerlines/plugin-deepkit": "^0.11.49",
214
214
  "@types/node": "^24.10.9",
215
215
  "vite": "8.0.0-beta.2"
216
216
  },
217
217
  "publishConfig": { "access": "public" },
218
- "gitHead": "e4860aa4ebc657acfef8a8f2399108f0badc520c"
218
+ "gitHead": "98320250bde7e4d99e3bfbb71b01b64392686868"
219
219
  }
package/README.md DELETED
@@ -1,305 +0,0 @@
1
- <!-- START header -->
2
- <!-- prettier-ignore-start -->
3
- <!-- markdownlint-disable -->
4
-
5
-
6
- <div align="center">
7
- <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
11
- </picture>
12
- </div>
13
- <br />
14
-
15
- <div align="center">
16
- <b>
17
- <a href="https://stormsoftware.com" target="_blank">Website</a> •
18
- <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> •
19
- <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
20
- <a href="https://github.com/storm-software/powerlines/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
21
- </b>
22
- </div>
23
-
24
- <br />
25
- This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
26
- <br />
27
-
28
- <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
-
30
- [![Version](https://img.shields.io/badge/version-0.2.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&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/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
-
32
- <!-- prettier-ignore-start -->
33
- <!-- markdownlint-disable -->
34
-
35
- > [!IMPORTANT]
36
- > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
37
-
38
- <!-- markdownlint-restore -->
39
- <!-- prettier-ignore-end -->
40
-
41
- <div align="center">
42
- <a href="https://github.com/storm-software/powerlines" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date with it's progress!</b></a>
43
- </div>
44
-
45
- <br />
46
-
47
- <!-- markdownlint-restore -->
48
- <!-- prettier-ignore-end -->
49
-
50
- <!-- END header -->
51
-
52
- # Powerlines - Environment Configuration Plugin
53
-
54
- A package containing a Powerlines plugin for injecting configuration parameter
55
- values into the code so that they're accessible at runtime.
56
-
57
- <!-- START doctoc -->
58
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
59
-
60
- ## Table of Contents
61
-
62
- - [Powerlines - Environment Configuration Plugin](#powerlines---environment-configuration-plugin)
63
- - [Table of Contents](#table-of-contents)
64
- - [Installing](#installing)
65
- - [Reduced Package Size](#reduced-package-size)
66
- - [Development](#development)
67
- - [Building](#building)
68
- - [Running unit tests](#running-unit-tests)
69
- - [Linting](#linting)
70
- - [Storm Workspaces](#storm-workspaces)
71
- - [Roadmap](#roadmap)
72
- - [Support](#support)
73
- - [License](#license)
74
- - [Changelog](#changelog)
75
- - [Contributing](#contributing)
76
- - [Contributors](#contributors)
77
-
78
- <!-- END doctoc -->
79
-
80
- ## Installing
81
-
82
- Using [pnpm](http://pnpm.io):
83
-
84
- ```bash
85
- pnpm add @powerlines/plugin-env
86
- ```
87
-
88
- <details>
89
- <summary>Using npm</summary>
90
-
91
- ```bash
92
- npm install @powerlines/plugin-env
93
- ```
94
-
95
- </details>
96
-
97
- <details>
98
- <summary>Using yarn</summary>
99
-
100
- ```bash
101
- yarn add @powerlines/plugin-env
102
- ```
103
-
104
- </details>
105
-
106
- ## Reduced Package Size
107
-
108
- This project uses [tsup](https://tsup.egoist.dev/) to package the source code
109
- due to its ability to remove unused code and ship smaller javascript files
110
- thanks to code splitting. This helps to greatly reduce the size of the package
111
- and to make it easier to use in other projects.
112
-
113
- ## Development
114
-
115
- This project is built using [Nx](https://nx.dev). As a result, many of the usual
116
- commands are available to assist in development.
117
-
118
- ### Building
119
-
120
- Run `nx build plugin-env` to build the library.
121
-
122
- ### Running unit tests
123
-
124
- Run `nx test plugin-env` to execute the unit tests via
125
- [Jest](https://jestjs.io).
126
-
127
- ### Linting
128
-
129
- Run `nx lint plugin-env` to run [ESLint](https://eslint.org/) on the package.
130
-
131
- <!-- START footer -->
132
- <!-- prettier-ignore-start -->
133
- <!-- markdownlint-disable -->
134
-
135
-
136
- ## Storm Workspaces
137
-
138
- Storm workspaces are built using
139
- <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
140
- for monorepos, which helps you develop like Google, Facebook, and Microsoft.
141
- Building on top of Nx, the Open System provides a set of tools and patterns that
142
- help you scale your monorepo to many teams while keeping the codebase
143
- maintainable.
144
-
145
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
146
- <br />
147
-
148
- ## Roadmap
149
-
150
- See the [open issues](https://github.com/storm-software/powerlines/issues) for
151
- a list of proposed features (and known issues).
152
-
153
- - [Top Feature Requests](https://github.com/storm-software/powerlines/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
154
- (Add your votes using the 👍 reaction)
155
- - [Top Bugs](https://github.com/storm-software/powerlines/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
156
- (Add your votes using the 👍 reaction)
157
- - [Newest Bugs](https://github.com/storm-software/powerlines/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
158
-
159
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
160
- <br />
161
-
162
- ## Support
163
-
164
- Reach out to the maintainer at one of the following places:
165
-
166
- - [Contact](https://stormsoftware.com/contact)
167
- - [GitHub discussions](https://github.com/storm-software/powerlines/discussions)
168
- - <support@stormsoftware.com>
169
-
170
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
171
- <br />
172
-
173
- ## License
174
-
175
- This project is licensed under the **Apache License 2.0**. Feel free to edit and
176
- distribute this template as you like.
177
-
178
- See [LICENSE](LICENSE) for more information.
179
-
180
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
181
- <br />
182
-
183
- ## Changelog
184
-
185
- This project adheres to
186
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
187
- with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
188
- file
189
-
190
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
191
- <br />
192
-
193
- ## Contributing
194
-
195
- First off, thanks for taking the time to contribute! Contributions are what
196
- makes the open-source community such an amazing place to learn, inspire, and
197
- create. Any contributions you make will benefit everybody else and are **greatly
198
- appreciated**.
199
-
200
- Please try to create bug reports that are:
201
-
202
- - _Reproducible._ Include steps to reproduce the problem.
203
- - _Specific._ Include as much detail as possible: which version, what
204
- environment, etc.
205
- - _Unique._ Do not duplicate existing opened issues.
206
- - _Scoped to a Single Bug._ One bug per report.
207
-
208
- Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
209
-
210
- You can use
211
- [markdownlint-cli](https://github.com/storm-software/powerlines/markdownlint-cli)
212
- to check for common markdown style inconsistency.
213
-
214
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
215
- <br />
216
-
217
- ## Contributors
218
-
219
- Thanks goes to these wonderful people
220
- ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
221
-
222
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
223
-
224
- <table>
225
- <tbody>
226
- <tr>
227
- <td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/powerlines/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/powerlines/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/powerlines/commits?author=sullivanpj" title="Tests">⚠️</a></td>
228
- <td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
229
- <td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
230
- </tr>
231
- </tbody>
232
- <tfoot>
233
- <tr>
234
- <td align="center" size="13px" colspan="7">
235
- <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
236
- <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
237
- </img>
238
- </td>
239
- </tr>
240
- </tfoot>
241
- </table>
242
-
243
- <!-- ALL-CONTRIBUTORS-LIST:END -->
244
-
245
- This project follows the
246
- [all-contributors](https://github.com/all-contributors/all-contributors)
247
- specification. Contributions of any kind welcome!
248
-
249
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
250
- <br />
251
-
252
- <hr />
253
- <br />
254
-
255
- <div align="center">
256
- <picture>
257
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
258
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
259
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
260
- </picture>
261
- </div>
262
- <br />
263
-
264
- <div align="center">
265
- <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
266
- </div>
267
-
268
- <div align="center">
269
- <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
270
- </div>
271
- <br />
272
-
273
- Storm Software is an open source software development organization and creator
274
- of Acidic, StormStack and StormCloud.
275
-
276
- Our mission is to make software development more accessible. Our ideal future is
277
- one where anyone can create software without years of prior development
278
- experience serving as a barrier to entry. We hope to achieve this via LLMs,
279
- Generative AI, and intuitive, high-level data modeling/programming languages.
280
-
281
- Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
282
- receive release notifications, ask questions, and get involved.
283
-
284
- If this sounds interesting, and you would like to help us in creating the next
285
- generation of development tools, please reach out on our
286
- [website](https://stormsoftware.com/contact) or join our
287
- [Slack channel](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)!
288
-
289
- <br />
290
-
291
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
292
- <br />
293
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
294
-
295
- <br />
296
-
297
- <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
298
- <br />
299
- <br />
300
-
301
-
302
- <!-- markdownlint-restore -->
303
- <!-- prettier-ignore-end -->
304
-
305
- <!-- END footer -->