@powerlines/plugin-env 0.13.60 → 0.13.61
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 +10 -10
- package/dist/babel/index.d.mts +10 -10
- package/dist/babel/plugin.d.cts +10 -10
- package/dist/babel/plugin.d.mts +10 -10
- package/dist/components/env.d.cts +2 -2
- package/dist/components/env.d.mts +2 -2
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/{config-BgxhYOhP.d.mts → config-B3fc61zw.d.mts} +1 -1
- package/dist/{config-DO3dqNWo.d.cts → config-DmdlZ8MD.d.cts} +1 -1
- package/dist/{create-reflection-resource-BQ5mItFl.d.mts → create-reflection-resource-BStzKXOJ.d.mts} +1 -1
- package/dist/{create-reflection-resource-Cwclmcyo.d.cts → create-reflection-resource-CNgCvvG-.d.cts} +1 -1
- package/dist/{env-BpSAx122.d.mts → env-CleIv0Zb.d.mts} +1 -1
- package/dist/{env-Mgv4u8VY.d.cts → env-DuC1KZRv.d.cts} +1 -1
- package/dist/helpers/create-reflection-resource.d.cts +4 -4
- package/dist/helpers/create-reflection-resource.d.mts +4 -4
- package/dist/helpers/index.d.cts +8 -8
- package/dist/helpers/index.d.mts +8 -8
- package/dist/helpers/load.d.cts +4 -4
- package/dist/helpers/load.d.mts +4 -4
- package/dist/helpers/persistence.d.cts +4 -4
- package/dist/helpers/persistence.d.mts +4 -4
- package/dist/helpers/reflect.d.cts +4 -4
- package/dist/helpers/reflect.d.mts +4 -4
- package/dist/helpers/template-helpers.d.cts +4 -4
- package/dist/helpers/template-helpers.d.mts +4 -4
- package/dist/{index-DPDDjaRF.d.cts → index-BW7rsEqh.d.cts} +2 -2
- package/dist/{index-DZnZEdDI.d.mts → index-De0Hx8uh.d.mts} +2 -2
- package/dist/index.d.cts +10 -10
- package/dist/index.d.mts +10 -10
- package/dist/{load-C4lA54bJ.d.mts → load-BNDojaM-.d.mts} +2 -2
- package/dist/{load-CN-Mm8-g.d.cts → load-DtCwdT0D.d.cts} +2 -2
- package/dist/{persistence-DSKai3M7.d.mts → persistence-CBWMsx76.d.mts} +2 -2
- package/dist/{persistence-CeAmYbDK.d.cts → persistence-u5oDWHwM.d.cts} +2 -2
- package/dist/{plugin-CdupbOcS.d.mts → plugin-BBjYrX0h.d.mts} +2 -2
- package/dist/{plugin-CYiqhftf.d.cts → plugin-C3MENEHI.d.cts} +2 -2
- package/dist/{reflect-biXSZqcW.d.mts → reflect-7-OA-92t.d.mts} +2 -2
- package/dist/{reflect-gaw4hJ9H.d.cts → reflect-BlHkDY-A.d.cts} +2 -2
- package/dist/{runtime-BWa_ko5I.d.mts → runtime-Biz2jWhr.d.cts} +1 -1
- package/dist/{runtime-BYdaCpVq.d.cts → runtime-Blbkr9gy.d.mts} +1 -1
- package/dist/{template-helpers-LJwCi0e-.d.mts → template-helpers-CxzfncwR.d.mts} +1 -1
- package/dist/{template-helpers-BaMJZc5X.d.cts → template-helpers-DssnmwFl.d.cts} +1 -1
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/plugin.d.cts +3 -3
- package/dist/types/plugin.d.mts +3 -3
- package/dist/types/runtime.d.cts +2 -2
- package/dist/types/runtime.d.mts +2 -2
- package/package.json +8 -8
package/dist/babel/index.d.cts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
5
|
import "../index-CspKFJM1.cjs";
|
|
6
|
-
import { t as envBabelPlugin } from "../index-
|
|
6
|
+
import { t as envBabelPlugin } from "../index-BW7rsEqh.cjs";
|
|
7
7
|
import "../docs-BoZkRBO4.cjs";
|
|
8
|
-
import "../env-
|
|
8
|
+
import "../env-DuC1KZRv.cjs";
|
|
9
9
|
import "../index-Dpmi5zcN.cjs";
|
|
10
|
-
import "../create-reflection-resource-
|
|
11
|
-
import "../load-
|
|
12
|
-
import "../persistence-
|
|
13
|
-
import "../reflect-
|
|
10
|
+
import "../create-reflection-resource-CNgCvvG-.cjs";
|
|
11
|
+
import "../load-DtCwdT0D.cjs";
|
|
12
|
+
import "../persistence-u5oDWHwM.cjs";
|
|
13
|
+
import "../reflect-BlHkDY-A.cjs";
|
|
14
14
|
import "../source-file-env-DonDJDV1.cjs";
|
|
15
|
-
import "../template-helpers-
|
|
15
|
+
import "../template-helpers-DssnmwFl.cjs";
|
|
16
16
|
import "../index-BRBK9zG-.cjs";
|
|
17
17
|
export { envBabelPlugin };
|
package/dist/babel/index.d.mts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
5
|
import "../index-CRo77wc3.mjs";
|
|
6
|
-
import { t as envBabelPlugin } from "../index-
|
|
7
|
-
import "../load-
|
|
6
|
+
import { t as envBabelPlugin } from "../index-De0Hx8uh.mjs";
|
|
7
|
+
import "../load-BNDojaM-.mjs";
|
|
8
8
|
import "../docs-BwK6pC_c.mjs";
|
|
9
|
-
import "../env-
|
|
9
|
+
import "../env-CleIv0Zb.mjs";
|
|
10
10
|
import "../index-Wc1llEvP.mjs";
|
|
11
|
-
import "../create-reflection-resource-
|
|
12
|
-
import "../persistence-
|
|
13
|
-
import "../reflect-
|
|
11
|
+
import "../create-reflection-resource-BStzKXOJ.mjs";
|
|
12
|
+
import "../persistence-CBWMsx76.mjs";
|
|
13
|
+
import "../reflect-7-OA-92t.mjs";
|
|
14
14
|
import "../source-file-env-DzpWKluw.mjs";
|
|
15
|
-
import "../template-helpers-
|
|
15
|
+
import "../template-helpers-CxzfncwR.mjs";
|
|
16
16
|
import "../index-Bt4QNofW.mjs";
|
|
17
17
|
export { envBabelPlugin };
|
package/dist/babel/plugin.d.cts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
5
|
import "../index-CspKFJM1.cjs";
|
|
6
|
-
import { t as envBabelPlugin } from "../index-
|
|
6
|
+
import { t as envBabelPlugin } from "../index-BW7rsEqh.cjs";
|
|
7
7
|
import "../docs-BoZkRBO4.cjs";
|
|
8
|
-
import "../env-
|
|
8
|
+
import "../env-DuC1KZRv.cjs";
|
|
9
9
|
import "../index-Dpmi5zcN.cjs";
|
|
10
|
-
import "../create-reflection-resource-
|
|
11
|
-
import "../load-
|
|
12
|
-
import "../persistence-
|
|
13
|
-
import "../reflect-
|
|
10
|
+
import "../create-reflection-resource-CNgCvvG-.cjs";
|
|
11
|
+
import "../load-DtCwdT0D.cjs";
|
|
12
|
+
import "../persistence-u5oDWHwM.cjs";
|
|
13
|
+
import "../reflect-BlHkDY-A.cjs";
|
|
14
14
|
import "../source-file-env-DonDJDV1.cjs";
|
|
15
|
-
import "../template-helpers-
|
|
15
|
+
import "../template-helpers-DssnmwFl.cjs";
|
|
16
16
|
import "../index-BRBK9zG-.cjs";
|
|
17
17
|
export { envBabelPlugin };
|
package/dist/babel/plugin.d.mts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
5
|
import "../index-CRo77wc3.mjs";
|
|
6
|
-
import { t as envBabelPlugin } from "../index-
|
|
7
|
-
import "../load-
|
|
6
|
+
import { t as envBabelPlugin } from "../index-De0Hx8uh.mjs";
|
|
7
|
+
import "../load-BNDojaM-.mjs";
|
|
8
8
|
import "../docs-BwK6pC_c.mjs";
|
|
9
|
-
import "../env-
|
|
9
|
+
import "../env-CleIv0Zb.mjs";
|
|
10
10
|
import "../index-Wc1llEvP.mjs";
|
|
11
|
-
import "../create-reflection-resource-
|
|
12
|
-
import "../persistence-
|
|
13
|
-
import "../reflect-
|
|
11
|
+
import "../create-reflection-resource-BStzKXOJ.mjs";
|
|
12
|
+
import "../persistence-CBWMsx76.mjs";
|
|
13
|
+
import "../reflect-7-OA-92t.mjs";
|
|
14
14
|
import "../source-file-env-DzpWKluw.mjs";
|
|
15
|
-
import "../template-helpers-
|
|
15
|
+
import "../template-helpers-CxzfncwR.mjs";
|
|
16
16
|
import "../index-Bt4QNofW.mjs";
|
|
17
17
|
export { envBabelPlugin };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../config-
|
|
3
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-
|
|
2
|
+
import "../config-DmdlZ8MD.cjs";
|
|
3
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-DuC1KZRv.cjs";
|
|
4
4
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../config-
|
|
3
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-
|
|
2
|
+
import "../config-B3fc61zw.mjs";
|
|
3
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-CleIv0Zb.mjs";
|
|
4
4
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../config-
|
|
2
|
+
import "../config-DmdlZ8MD.cjs";
|
|
3
3
|
import { t as EnvDocs } from "../docs-BoZkRBO4.cjs";
|
|
4
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-
|
|
4
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-DuC1KZRv.cjs";
|
|
5
5
|
import "../index-Dpmi5zcN.cjs";
|
|
6
6
|
export { EnvBuiltin, EnvBuiltinProps, EnvDocs, EnvTypeDefinition, __ΩEnvBuiltinProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../config-
|
|
2
|
+
import "../config-B3fc61zw.mjs";
|
|
3
3
|
import { t as EnvDocs } from "../docs-BwK6pC_c.mjs";
|
|
4
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-
|
|
4
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "../env-CleIv0Zb.mjs";
|
|
5
5
|
import "../index-Wc1llEvP.mjs";
|
|
6
6
|
export { EnvBuiltin, EnvBuiltinProps, EnvDocs, EnvTypeDefinition, __ΩEnvBuiltinProps };
|
|
@@ -914,7 +914,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
914
914
|
* @param environment - The environment to check.
|
|
915
915
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
916
916
|
*/
|
|
917
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean |
|
|
917
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | PluginConfig<any>>;
|
|
918
918
|
}
|
|
919
919
|
//#endregion
|
|
920
920
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
|
@@ -912,7 +912,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
912
912
|
* @param environment - The environment to check.
|
|
913
913
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
914
914
|
*/
|
|
915
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean |
|
|
915
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | PluginConfig<any>>;
|
|
916
916
|
}
|
|
917
917
|
//#endregion
|
|
918
918
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
package/dist/{create-reflection-resource-BQ5mItFl.d.mts → create-reflection-resource-BStzKXOJ.d.mts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-
|
|
2
|
+
import { t as EnvPluginContext } from "./plugin-BBjYrX0h.mjs";
|
|
3
3
|
import * as _alloy_js_core0 from "@alloy-js/core";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/create-reflection-resource.d.ts
|
package/dist/{create-reflection-resource-Cwclmcyo.d.cts → create-reflection-resource-CNgCvvG-.d.cts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-
|
|
2
|
+
import { t as EnvPluginContext } from "./plugin-C3MENEHI.cjs";
|
|
3
3
|
import * as _alloy_js_core0 from "@alloy-js/core";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/create-reflection-resource.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { f as StoragePreset } from "./config-
|
|
2
|
+
import { f as StoragePreset } from "./config-B3fc61zw.mjs";
|
|
3
3
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
4
4
|
import { Children as Children$1, SourceFileProps } from "@alloy-js/core";
|
|
5
5
|
import { InterfaceDeclarationProps, SourceFileContext as SourceFileContext$1, TSModuleScope } from "@alloy-js/typescript";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { f as StoragePreset } from "./config-
|
|
2
|
+
import { f as StoragePreset } from "./config-DmdlZ8MD.cjs";
|
|
3
3
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
4
4
|
import { Children as Children$1, SourceFileProps } from "@alloy-js/core";
|
|
5
5
|
import { InterfaceDeclarationProps } from "@alloy-js/typescript";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { t as createReflectionResource } from "../create-reflection-resource-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { t as createReflectionResource } from "../create-reflection-resource-CNgCvvG-.cjs";
|
|
6
6
|
export { createReflectionResource };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { t as createReflectionResource } from "../create-reflection-resource-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { t as createReflectionResource } from "../create-reflection-resource-BStzKXOJ.mjs";
|
|
6
6
|
export { createReflectionResource };
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { t as createReflectionResource } from "../create-reflection-resource-
|
|
6
|
-
import { n as loadEnvFromContext, t as loadEnv } from "../load-
|
|
7
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-
|
|
8
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { t as createReflectionResource } from "../create-reflection-resource-CNgCvvG-.cjs";
|
|
6
|
+
import { n as loadEnvFromContext, t as loadEnv } from "../load-DtCwdT0D.cjs";
|
|
7
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-u5oDWHwM.cjs";
|
|
8
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-BlHkDY-A.cjs";
|
|
9
9
|
import { n as removeEnvPrefix, t as formatEnvField } from "../source-file-env-DonDJDV1.cjs";
|
|
10
|
-
import { t as createTemplateReflection } from "../template-helpers-
|
|
10
|
+
import { t as createTemplateReflection } from "../template-helpers-DssnmwFl.cjs";
|
|
11
11
|
import "../index-BRBK9zG-.cjs";
|
|
12
12
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createReflectionResource, createSecretsReflection, createTemplateReflection, formatEnvField, getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, loadEnv, loadEnvFromContext, mergeEnvReflections, mergeSecretsReflections, readEnvReflection, readEnvTypeReflection, readSecretsReflection, reflectEnv, reflectSecrets, removeEnvPrefix, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
package/dist/helpers/index.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { n as loadEnvFromContext, t as loadEnv } from "../load-
|
|
6
|
-
import { t as createReflectionResource } from "../create-reflection-resource-
|
|
7
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-
|
|
8
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { n as loadEnvFromContext, t as loadEnv } from "../load-BNDojaM-.mjs";
|
|
6
|
+
import { t as createReflectionResource } from "../create-reflection-resource-BStzKXOJ.mjs";
|
|
7
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-CBWMsx76.mjs";
|
|
8
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-7-OA-92t.mjs";
|
|
9
9
|
import { n as removeEnvPrefix, t as formatEnvField } from "../source-file-env-DzpWKluw.mjs";
|
|
10
|
-
import { t as createTemplateReflection } from "../template-helpers-
|
|
10
|
+
import { t as createTemplateReflection } from "../template-helpers-CxzfncwR.mjs";
|
|
11
11
|
import "../index-Bt4QNofW.mjs";
|
|
12
12
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createReflectionResource, createSecretsReflection, createTemplateReflection, formatEnvField, getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, loadEnv, loadEnvFromContext, mergeEnvReflections, mergeSecretsReflections, readEnvReflection, readEnvTypeReflection, readSecretsReflection, reflectEnv, reflectSecrets, removeEnvPrefix, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
package/dist/helpers/load.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { n as loadEnvFromContext, t as loadEnv } from "../load-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { n as loadEnvFromContext, t as loadEnv } from "../load-DtCwdT0D.cjs";
|
|
6
6
|
export { loadEnv, loadEnvFromContext };
|
package/dist/helpers/load.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { n as loadEnvFromContext, t as loadEnv } from "../load-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { n as loadEnvFromContext, t as loadEnv } from "../load-BNDojaM-.mjs";
|
|
6
6
|
export { loadEnv, loadEnvFromContext };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-u5oDWHwM.cjs";
|
|
6
6
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "../persistence-CBWMsx76.mjs";
|
|
6
6
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-BlHkDY-A.cjs";
|
|
6
6
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "../reflect-7-OA-92t.mjs";
|
|
6
6
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { t as createTemplateReflection } from "../template-helpers-
|
|
2
|
+
import "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
|
+
import { t as createTemplateReflection } from "../template-helpers-DssnmwFl.cjs";
|
|
6
6
|
export { createTemplateReflection };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
5
|
-
import { t as createTemplateReflection } from "../template-helpers-
|
|
2
|
+
import "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
|
+
import { t as createTemplateReflection } from "../template-helpers-CxzfncwR.mjs";
|
|
6
6
|
export { createTemplateReflection };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-
|
|
2
|
-
import { c as Plugin, o as PluginContext, r as DeclareBabelTransformPluginReturn } from "./config-
|
|
1
|
+
import { r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-C3MENEHI.cjs";
|
|
2
|
+
import { c as Plugin, o as PluginContext, r as DeclareBabelTransformPluginReturn } from "./config-DmdlZ8MD.cjs";
|
|
3
3
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
4
4
|
import { TypeDefinitionParameter } from "@stryke/types/configuration";
|
|
5
5
|
import { PrintTreeOptions } from "@alloy-js/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-
|
|
2
|
-
import { c as Plugin, o as PluginContext, r as DeclareBabelTransformPluginReturn } from "./config-
|
|
1
|
+
import { r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-BBjYrX0h.mjs";
|
|
2
|
+
import { c as Plugin, o as PluginContext, r as DeclareBabelTransformPluginReturn } from "./config-B3fc61zw.mjs";
|
|
3
3
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
4
4
|
import { PrintTreeOptions } from "@alloy-js/core";
|
|
5
5
|
import { TypeDefinitionParameter } from "@stryke/types/configuration";
|
package/dist/index.d.cts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "./plugin-
|
|
3
|
-
import "./config-
|
|
4
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "./plugin-C3MENEHI.cjs";
|
|
3
|
+
import "./config-DmdlZ8MD.cjs";
|
|
4
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "./runtime-Biz2jWhr.cjs";
|
|
5
5
|
import "./index-CspKFJM1.cjs";
|
|
6
|
-
import { n as plugin, t as envBabelPlugin } from "./index-
|
|
6
|
+
import { n as plugin, t as envBabelPlugin } from "./index-BW7rsEqh.cjs";
|
|
7
7
|
import { t as EnvDocs } from "./docs-BoZkRBO4.cjs";
|
|
8
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "./env-
|
|
8
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "./env-DuC1KZRv.cjs";
|
|
9
9
|
import "./index-Dpmi5zcN.cjs";
|
|
10
|
-
import { t as createReflectionResource } from "./create-reflection-resource-
|
|
11
|
-
import { n as loadEnvFromContext, t as loadEnv } from "./load-
|
|
12
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "./persistence-
|
|
13
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "./reflect-
|
|
10
|
+
import { t as createReflectionResource } from "./create-reflection-resource-CNgCvvG-.cjs";
|
|
11
|
+
import { n as loadEnvFromContext, t as loadEnv } from "./load-DtCwdT0D.cjs";
|
|
12
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "./persistence-u5oDWHwM.cjs";
|
|
13
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "./reflect-BlHkDY-A.cjs";
|
|
14
14
|
import { n as removeEnvPrefix, t as formatEnvField } from "./source-file-env-DonDJDV1.cjs";
|
|
15
|
-
import { t as createTemplateReflection } from "./template-helpers-
|
|
15
|
+
import { t as createTemplateReflection } from "./template-helpers-DssnmwFl.cjs";
|
|
16
16
|
import "./index-BRBK9zG-.cjs";
|
|
17
17
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, EnvBuiltin, EnvBuiltinProps, EnvDocs, EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, EnvTypeDefinition, SecretsInterface, __ΩCreateEnvReflectionOptions, __ΩEnvBuiltinProps, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface, createEnvReflection, createReflectionResource, createSecretsReflection, createTemplateReflection, plugin as default, plugin, envBabelPlugin, formatEnvField, getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, loadEnv, loadEnvFromContext, mergeEnvReflections, mergeSecretsReflections, readEnvReflection, readEnvTypeReflection, readSecretsReflection, reflectEnv, reflectSecrets, removeEnvPrefix, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "./plugin-
|
|
3
|
-
import "./config-
|
|
4
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "./plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "./config-B3fc61zw.mjs";
|
|
4
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "./runtime-Blbkr9gy.mjs";
|
|
5
5
|
import "./index-CRo77wc3.mjs";
|
|
6
|
-
import { n as plugin, t as envBabelPlugin } from "./index-
|
|
7
|
-
import { n as loadEnvFromContext, t as loadEnv } from "./load-
|
|
6
|
+
import { n as plugin, t as envBabelPlugin } from "./index-De0Hx8uh.mjs";
|
|
7
|
+
import { n as loadEnvFromContext, t as loadEnv } from "./load-BNDojaM-.mjs";
|
|
8
8
|
import { t as EnvDocs } from "./docs-BwK6pC_c.mjs";
|
|
9
|
-
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "./env-
|
|
9
|
+
import { i as __ΩEnvBuiltinProps, n as EnvBuiltinProps, r as EnvTypeDefinition, t as EnvBuiltin } from "./env-CleIv0Zb.mjs";
|
|
10
10
|
import "./index-Wc1llEvP.mjs";
|
|
11
|
-
import { t as createReflectionResource } from "./create-reflection-resource-
|
|
12
|
-
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "./persistence-
|
|
13
|
-
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "./reflect-
|
|
11
|
+
import { t as createReflectionResource } from "./create-reflection-resource-BStzKXOJ.mjs";
|
|
12
|
+
import { a as readEnvReflection, c as resolveRuntimeTypeFile, d as writeEnvTypeReflection, i as getSecretsDefaultTypeDefinition, l as writeEnvReflection, n as getEnvReflectionsPath, o as readEnvTypeReflection, r as getEnvTypeReflectionsPath, s as readSecretsReflection, t as getEnvDefaultTypeDefinition, u as writeEnvReflectionSync } from "./persistence-CBWMsx76.mjs";
|
|
13
|
+
import { a as createEnvReflection, c as mergeSecretsReflections, i as __ΩCreateEnvReflectionOptions, l as reflectEnv, n as BaseSecrets, o as createSecretsReflection, r as CreateEnvReflectionOptions, s as mergeEnvReflections, t as BaseEnv, u as reflectSecrets } from "./reflect-7-OA-92t.mjs";
|
|
14
14
|
import { n as removeEnvPrefix, t as formatEnvField } from "./source-file-env-DzpWKluw.mjs";
|
|
15
|
-
import { t as createTemplateReflection } from "./template-helpers-
|
|
15
|
+
import { t as createTemplateReflection } from "./template-helpers-CxzfncwR.mjs";
|
|
16
16
|
import "./index-Bt4QNofW.mjs";
|
|
17
17
|
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, EnvBuiltin, EnvBuiltinProps, EnvDocs, EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, EnvTypeDefinition, SecretsInterface, __ΩCreateEnvReflectionOptions, __ΩEnvBuiltinProps, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface, createEnvReflection, createReflectionResource, createSecretsReflection, createTemplateReflection, plugin as default, plugin, envBabelPlugin, formatEnvField, getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, loadEnv, loadEnvFromContext, mergeEnvReflections, mergeSecretsReflections, readEnvReflection, readEnvTypeReflection, readSecretsReflection, reflectEnv, reflectSecrets, removeEnvPrefix, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as EnvPluginOptions, t as EnvPluginContext } from "./plugin-
|
|
2
|
-
import { u as EnvironmentResolvedConfig } from "./config-
|
|
1
|
+
import { n as EnvPluginOptions, t as EnvPluginContext } from "./plugin-BBjYrX0h.mjs";
|
|
2
|
+
import { u as EnvironmentResolvedConfig } from "./config-B3fc61zw.mjs";
|
|
3
3
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
4
4
|
import { MaybePromise } from "@stryke/types/base";
|
|
5
5
|
import { UnpluginOptions } from "unplugin";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as EnvPluginOptions, t as EnvPluginContext } from "./plugin-
|
|
2
|
-
import { u as EnvironmentResolvedConfig } from "./config-
|
|
1
|
+
import { n as EnvPluginOptions, t as EnvPluginContext } from "./plugin-C3MENEHI.cjs";
|
|
2
|
+
import { u as EnvironmentResolvedConfig } from "./config-DmdlZ8MD.cjs";
|
|
3
3
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/load.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { a as EnvType, r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-
|
|
3
|
-
import { i as Context, s as UnresolvedContext } from "./config-
|
|
2
|
+
import { a as EnvType, r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-BBjYrX0h.mjs";
|
|
3
|
+
import { i as Context, s as UnresolvedContext } from "./config-B3fc61zw.mjs";
|
|
4
4
|
import { TypeDefinition } from "@stryke/types/configuration";
|
|
5
5
|
|
|
6
6
|
//#region src/helpers/persistence.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { a as EnvType, r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-
|
|
3
|
-
import { i as Context, s as UnresolvedContext } from "./config-
|
|
2
|
+
import { a as EnvType, r as EnvPluginResolvedConfig, t as EnvPluginContext } from "./plugin-C3MENEHI.cjs";
|
|
3
|
+
import { i as Context, s as UnresolvedContext } from "./config-DmdlZ8MD.cjs";
|
|
4
4
|
import { TypeDefinition } from "@stryke/types/configuration";
|
|
5
5
|
|
|
6
6
|
//#region src/helpers/persistence.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { d as ResolvedConfig, l as BabelResolvedConfig, n as UserConfig, o as PluginContext, t as BabelUserConfig } from "./config-
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { d as ResolvedConfig, l as BabelResolvedConfig, n as UserConfig, o as PluginContext, t as BabelUserConfig } from "./config-B3fc61zw.mjs";
|
|
3
|
+
import { n as SecretsInterface, t as EnvInterface } from "./runtime-Blbkr9gy.mjs";
|
|
4
4
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
5
5
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
6
6
|
import * as $ from "@stryke/capnp";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { d as ResolvedConfig, l as BabelResolvedConfig, n as UserConfig, o as PluginContext, t as BabelUserConfig } from "./config-
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { d as ResolvedConfig, l as BabelResolvedConfig, n as UserConfig, o as PluginContext, t as BabelUserConfig } from "./config-DmdlZ8MD.cjs";
|
|
3
|
+
import { n as SecretsInterface, t as EnvInterface } from "./runtime-Biz2jWhr.cjs";
|
|
4
4
|
import { Children } from "@alloy-js/core/jsx-runtime";
|
|
5
5
|
import * as $ from "@stryke/capnp";
|
|
6
6
|
import { DotenvConfiguration, TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { t as EnvPluginContext } from "./plugin-BBjYrX0h.mjs";
|
|
3
|
+
import { n as SecretsInterface, t as EnvInterface } from "./runtime-Blbkr9gy.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/reflect.d.ts
|
|
6
6
|
declare function mergeEnvReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-
|
|
2
|
+
import { t as EnvPluginContext } from "./plugin-C3MENEHI.cjs";
|
|
3
|
+
import { n as SecretsInterface, t as EnvInterface } from "./runtime-Biz2jWhr.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/reflect.d.ts
|
|
6
6
|
declare function mergeEnvReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-Biz2jWhr.cjs";
|
|
5
5
|
import "../index-CspKFJM1.cjs";
|
|
6
6
|
export { EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, SecretsInterface, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-Blbkr9gy.mjs";
|
|
5
5
|
import "../index-CRo77wc3.mjs";
|
|
6
6
|
export { EnvInterface, EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, SecretsInterface, __ΩEnvInterface, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType, __ΩSecretsInterface };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../type-D6dRgWJT.cjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-C3MENEHI.cjs";
|
|
3
|
+
import "../config-DmdlZ8MD.cjs";
|
|
4
|
+
import "../runtime-Biz2jWhr.cjs";
|
|
5
5
|
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../type-CnPIyotQ.mjs";
|
|
2
|
-
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-
|
|
3
|
-
import "../config-
|
|
4
|
-
import "../runtime-
|
|
2
|
+
import { a as EnvType, c as __ΩEnvPluginResolvedConfig, i as EnvPluginUserConfig, l as __ΩEnvPluginUserConfig, n as EnvPluginOptions, o as __ΩEnvPluginContext, r as EnvPluginResolvedConfig, s as __ΩEnvPluginOptions, t as EnvPluginContext, u as __ΩEnvType } from "../plugin-BBjYrX0h.mjs";
|
|
3
|
+
import "../config-B3fc61zw.mjs";
|
|
4
|
+
import "../runtime-Blbkr9gy.mjs";
|
|
5
5
|
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../config-
|
|
2
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-
|
|
1
|
+
import "../config-DmdlZ8MD.cjs";
|
|
2
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-Biz2jWhr.cjs";
|
|
3
3
|
export { EnvInterface, SecretsInterface, __ΩEnvInterface, __ΩSecretsInterface };
|
package/dist/types/runtime.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../config-
|
|
2
|
-
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-
|
|
1
|
+
import "../config-B3fc61zw.mjs";
|
|
2
|
+
import { i as __ΩSecretsInterface, n as SecretsInterface, r as __ΩEnvInterface, t as EnvInterface } from "../runtime-Blbkr9gy.mjs";
|
|
3
3
|
export { EnvInterface, SecretsInterface, __ΩEnvInterface, __ΩSecretsInterface };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.61",
|
|
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": {
|
|
@@ -192,10 +192,10 @@
|
|
|
192
192
|
"@alloy-js/markdown": "^0.21.0",
|
|
193
193
|
"@babel/core": "^7.28.5",
|
|
194
194
|
"@babel/types": "^7.28.5",
|
|
195
|
-
"@powerlines/alloy": "^0.11.
|
|
196
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
197
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
198
|
-
"@storm-software/config-tools": "^1.188.
|
|
195
|
+
"@powerlines/alloy": "^0.11.64",
|
|
196
|
+
"@powerlines/plugin-babel": "^0.12.64",
|
|
197
|
+
"@powerlines/plugin-plugin": "^0.12.7",
|
|
198
|
+
"@storm-software/config-tools": "^1.188.55",
|
|
199
199
|
"@stryke/capnp": "^0.12.33",
|
|
200
200
|
"@stryke/env": "^0.20.26",
|
|
201
201
|
"@stryke/fs": "^0.33.9",
|
|
@@ -203,16 +203,16 @@
|
|
|
203
203
|
"@stryke/string-format": "^0.12.13",
|
|
204
204
|
"@stryke/type-checks": "^0.4.4",
|
|
205
205
|
"@stryke/types": "^0.10.13",
|
|
206
|
-
"powerlines": "^0.30.
|
|
206
|
+
"powerlines": "^0.30.6"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
209
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
210
210
|
"@babel/preset-typescript": "^7.28.5",
|
|
211
|
-
"@powerlines/nx": "^0.10.
|
|
211
|
+
"@powerlines/nx": "^0.10.55",
|
|
212
212
|
"@types/node": "^24.10.1",
|
|
213
213
|
"typescript": "^5.9.3",
|
|
214
214
|
"vite": "^7.2.6"
|
|
215
215
|
},
|
|
216
216
|
"publishConfig": { "access": "public" },
|
|
217
|
-
"gitHead": "
|
|
217
|
+
"gitHead": "765cad6142c279ab069843806dedacf49c90a7bb"
|
|
218
218
|
}
|