@powerlines/plugin-env 0.13.43 → 0.13.45
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/dist/babel/index.d.cts +2 -3
- package/dist/babel/index.d.ts +2 -3
- package/dist/babel/plugin.d.cts +2 -3
- package/dist/babel/plugin.d.ts +2 -3
- package/dist/components/env.d.cts +3 -3
- package/dist/components/env.d.ts +3 -3
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/{fs-Y3B84fcf.d.cts → fs-ECFlqnPg.d.cts} +132 -179
- package/dist/{fs-Y3B84fcf.d.ts → fs-ECFlqnPg.d.ts} +132 -179
- package/dist/helpers/index.d.cts +2 -3
- package/dist/helpers/index.d.ts +2 -3
- package/dist/helpers/load.d.cts +2 -3
- package/dist/helpers/load.d.ts +2 -3
- package/dist/helpers/persistence.cjs +2 -2
- package/dist/helpers/persistence.d.cts +2 -3
- package/dist/helpers/persistence.d.ts +2 -3
- package/dist/helpers/persistence.js +2 -2
- package/dist/helpers/reflect.d.cts +2 -3
- package/dist/helpers/reflect.d.ts +2 -3
- package/dist/helpers/template-helpers.d.cts +2 -3
- package/dist/helpers/template-helpers.d.ts +2 -3
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +2 -2
- package/dist/{runtime-CCwYDwEe.d.ts → runtime-CFbD4kZ8.d.ts} +59 -54
- package/dist/{runtime-DhSbEPND.d.cts → runtime-CsXZ1vfV.d.cts} +59 -54
- package/dist/types/index.d.cts +2 -3
- package/dist/types/index.d.ts +2 -3
- package/dist/types/plugin.d.cts +2 -3
- package/dist/types/plugin.d.ts +2 -3
- package/dist/types/runtime.d.cts +2 -3
- package/dist/types/runtime.d.ts +2 -3
- package/package.json +16 -16
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
2
2
|
import { ReflectionClass } from '@deepkit/type';
|
|
3
3
|
import * as $ from '@stryke/capnp';
|
|
4
|
-
import { B as BabelUserConfig, d as UserConfig, R as ResolvedConfig, e as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
4
|
+
import { B as BabelUserConfig, d as UserConfig, R as ResolvedConfig, e as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-CFbD4kZ8.js';
|
|
5
5
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
6
6
|
import { DotenvConfiguration, TypeDefinitionParameter, TypeDefinition } from '@stryke/types/configuration';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
@@ -19,9 +19,8 @@ import '@storm-software/config/types';
|
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
21
21
|
import '@babel/helper-plugin-utils';
|
|
22
|
-
import '../fs-
|
|
22
|
+
import '../fs-ECFlqnPg.js';
|
|
23
23
|
import '@stryke/fs/resolve';
|
|
24
|
-
import 'node:fs';
|
|
25
24
|
import '@stryke/types/array';
|
|
26
25
|
import '@stryke/types/tsconfig';
|
|
27
26
|
import 'typescript';
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-CsXZ1vfV.cjs';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -15,9 +15,8 @@ import '@stryke/types/configuration';
|
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
17
17
|
import '@babel/helper-plugin-utils';
|
|
18
|
-
import '../fs-
|
|
18
|
+
import '../fs-ECFlqnPg.cjs';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/array';
|
|
22
21
|
import '@stryke/types/tsconfig';
|
|
23
22
|
import 'typescript';
|
package/dist/types/runtime.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-CFbD4kZ8.js';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -15,9 +15,8 @@ import '@stryke/types/configuration';
|
|
|
15
15
|
import '@stryke/types/file';
|
|
16
16
|
import 'vite';
|
|
17
17
|
import '@babel/helper-plugin-utils';
|
|
18
|
-
import '../fs-
|
|
18
|
+
import '../fs-ECFlqnPg.js';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/array';
|
|
22
21
|
import '@stryke/types/tsconfig';
|
|
23
22
|
import 'typescript';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.45",
|
|
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": {
|
|
@@ -179,29 +179,29 @@
|
|
|
179
179
|
"@alloy-js/typescript": "^0.20.0",
|
|
180
180
|
"@babel/core": "^7.28.5",
|
|
181
181
|
"@babel/types": "^7.28.5",
|
|
182
|
-
"@powerlines/alloy": "^0.11.
|
|
183
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
184
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
185
|
-
"@storm-software/config-tools": "^1.188.
|
|
186
|
-
"@stryke/capnp": "^0.12.
|
|
187
|
-
"@stryke/env": "^0.20.
|
|
188
|
-
"@stryke/fs": "^0.33.
|
|
189
|
-
"@stryke/json": "^0.9.
|
|
190
|
-
"@stryke/string-format": "^0.12.
|
|
191
|
-
"@stryke/type-checks": "^0.3.
|
|
192
|
-
"@stryke/types": "^0.10.
|
|
193
|
-
"powerlines": "^0.
|
|
182
|
+
"@powerlines/alloy": "^0.11.48",
|
|
183
|
+
"@powerlines/plugin-babel": "^0.12.48",
|
|
184
|
+
"@powerlines/plugin-plugin": "^0.11.47",
|
|
185
|
+
"@storm-software/config-tools": "^1.188.49",
|
|
186
|
+
"@stryke/capnp": "^0.12.28",
|
|
187
|
+
"@stryke/env": "^0.20.21",
|
|
188
|
+
"@stryke/fs": "^0.33.4",
|
|
189
|
+
"@stryke/json": "^0.9.11",
|
|
190
|
+
"@stryke/string-format": "^0.12.8",
|
|
191
|
+
"@stryke/type-checks": "^0.3.18",
|
|
192
|
+
"@stryke/types": "^0.10.8",
|
|
193
|
+
"powerlines": "^0.25.1"
|
|
194
194
|
},
|
|
195
195
|
"devDependencies": {
|
|
196
196
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
197
197
|
"@babel/preset-typescript": "^7.28.5",
|
|
198
|
-
"@powerlines/nx": "^0.10.
|
|
199
|
-
"@storm-software/tsup": "^0.2.
|
|
198
|
+
"@powerlines/nx": "^0.10.39",
|
|
199
|
+
"@storm-software/tsup": "^0.2.47",
|
|
200
200
|
"@types/node": "^24.10.1",
|
|
201
201
|
"tsup": "8.4.0",
|
|
202
202
|
"typescript": "^5.9.3",
|
|
203
203
|
"vite": "^7.2.4"
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
|
|
207
207
|
}
|