@powerlines/plugin-env 0.16.250 → 0.16.251
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/helpers/load.d.cts +1 -1
- package/dist/helpers/load.d.mts +1 -1
- package/dist/types/plugin.cjs +1 -9
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/dist/types/plugin.mjs +1 -9
- package/dist/types/plugin.mjs.map +1 -1
- package/package.json +30 -31
package/dist/helpers/load.d.cts
CHANGED
|
@@ -20,7 +20,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
20
|
RELEASE_TAG: string;
|
|
21
21
|
DEFAULT_LOCALE: string | undefined;
|
|
22
22
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
23
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
24
|
ERROR_URL: string | undefined;
|
|
25
25
|
ORGANIZATION: string | undefined;
|
|
26
26
|
PLATFORM: "node" | "browser" | "neutral";
|
package/dist/helpers/load.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
20
|
RELEASE_TAG: string;
|
|
21
21
|
DEFAULT_LOCALE: string | undefined;
|
|
22
22
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
23
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
24
|
ERROR_URL: string | undefined;
|
|
25
25
|
ORGANIZATION: string | undefined;
|
|
26
26
|
PLATFORM: "node" | "browser" | "neutral";
|
package/dist/types/plugin.cjs
CHANGED
|
@@ -20,12 +20,6 @@ const __ΩPick = [
|
|
|
20
20
|
"Pick",
|
|
21
21
|
"l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
|
|
22
22
|
];
|
|
23
|
-
const __ΩRecord = [
|
|
24
|
-
"K",
|
|
25
|
-
"T",
|
|
26
|
-
"Record",
|
|
27
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
28
|
-
];
|
|
29
23
|
const __ΩExclude = [
|
|
30
24
|
"T",
|
|
31
25
|
"U",
|
|
@@ -83,12 +77,10 @@ const __ΩEnvPluginResolvedConfig = [
|
|
|
83
77
|
"P!PP!.#o\"#o!\"!P)4$?%)4&?'&F4(?)MK4*MKw+y"
|
|
84
78
|
];
|
|
85
79
|
const __ΩEnv = [
|
|
86
|
-
() => __ΩRecord,
|
|
87
|
-
"T",
|
|
88
80
|
"active",
|
|
89
81
|
"An indicator specifying whether or not this environment variable or secret is active and should be injected during the build process.",
|
|
90
82
|
"Env",
|
|
91
|
-
"
|
|
83
|
+
"P!P&F4!?\"MKw#y"
|
|
92
84
|
];
|
|
93
85
|
const __ΩEnvPluginContext = [
|
|
94
86
|
() => __ΩEnvPluginResolvedConfig,
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -92,7 +92,7 @@ type EnvPluginResolvedConfig = BabelPluginResolvedConfig & {
|
|
|
92
92
|
* @remarks
|
|
93
93
|
* This schema is the result of parsing the type definitions provided in the {@link EnvPluginOptions.vars} and {@link EnvPluginOptions.secrets} options, and is used to validate the loaded environment variables and secrets, as well as to determine which variables should be injected into the source code when the {@link EnvPluginOptions.inject} option is enabled.
|
|
94
94
|
*/
|
|
95
|
-
type Env
|
|
95
|
+
type Env = JsonSchema<Record<string, any>> & {
|
|
96
96
|
/**
|
|
97
97
|
* An indicator specifying whether or not this environment variable or secret is active and should be injected during the build process.
|
|
98
98
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;;KA+BY,OAAA;AAAA,KAEA,gBAAA,GAAmB,IAAA,CAAK,mBAAA;EAFxB;;;EAMV,IAAA,GAAO,WAAA;EANU;AAEnB;;EASE,OAAA,GAAU,WAAA;EATwB;;;;;;EAiBlC,MAAA;EAsC4B;;;;;EA/B5B,MAAA;EAfA;;;;;EAsBA,QAAA;EAQgB;;;;;;EAAhB,aAAA,GAAgB,QAAA;EAmBN;;;;;;EAXV,KAAA,GAAQ,kBAAA;EAYa;AAAA;AAGvB;;;;EAPE,MAAA,GAAS,mBAAA;AAAA;AAAA,KAGC,mBAAA,GAAsB,qBAAA;EAChC,GAAA,EAAK,gBAAgB;AAAA;AAAA,KAGX,uBAAA,GAA0B,yBAAA;EACpC,GAAA,EAAK,QAAA,CAAS,IAAA,CAAK,mBAAA,wBACjB,YAAA,CAAa,gBAAA;IAFqB;;;;;;IAShC,MAAA;IAAA;;;;AAgBM;AAUZ;IAlBM,QAAA;
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;;KA+BY,OAAA;AAAA,KAEA,gBAAA,GAAmB,IAAA,CAAK,mBAAA;EAFxB;;;EAMV,IAAA,GAAO,WAAA;EANU;AAEnB;;EASE,OAAA,GAAU,WAAA;EATwB;;;;;;EAiBlC,MAAA;EAsC4B;;;;;EA/B5B,MAAA;EAfA;;;;;EAsBA,QAAA;EAQgB;;;;;;EAAhB,aAAA,GAAgB,QAAA;EAmBN;;;;;;EAXV,KAAA,GAAQ,kBAAA;EAYa;AAAA;AAGvB;;;;EAPE,MAAA,GAAS,mBAAA;AAAA;AAAA,KAGC,mBAAA,GAAsB,qBAAA;EAChC,GAAA,EAAK,gBAAgB;AAAA;AAAA,KAGX,uBAAA,GAA0B,yBAAA;EACpC,GAAA,EAAK,QAAA,CAAS,IAAA,CAAK,mBAAA,wBACjB,YAAA,CAAa,gBAAA;IAFqB;;;;;;IAShC,MAAA;IAAA;;;;AAgBM;AAUZ;IAlBM,QAAA;IAkBuB;;;;;;IAVvB,MAAA;EAAA;AAAA;;;;;;;KAUM,GAAA,GAAM,UAAU,CAAC,MAAA;EA4BhB;;;;;;EArBX,MAAA;AAAA;AAAA,UAGe,gBAAA,yBACS,uBAAA,GAA0B,uBAAA,UAC1C,kBAAA,CAAmB,eAAA;EAC3B,GAAA;IAAA;;;;;;IAOE,IAAA,EAAM,MAAA,CAAO,GAAA;IAgBb;;;;AAQQ;;IAhBR,OAAA,EAAS,MAAA,CAAO,GAAA;;;;;;;IAQhB,MAAA,EAAQ,iBAAA;;;;;;;IAQR,QAAA;EAAA;AAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -92,7 +92,7 @@ type EnvPluginResolvedConfig = BabelPluginResolvedConfig & {
|
|
|
92
92
|
* @remarks
|
|
93
93
|
* This schema is the result of parsing the type definitions provided in the {@link EnvPluginOptions.vars} and {@link EnvPluginOptions.secrets} options, and is used to validate the loaded environment variables and secrets, as well as to determine which variables should be injected into the source code when the {@link EnvPluginOptions.inject} option is enabled.
|
|
94
94
|
*/
|
|
95
|
-
type Env
|
|
95
|
+
type Env = JsonSchema<Record<string, any>> & {
|
|
96
96
|
/**
|
|
97
97
|
* An indicator specifying whether or not this environment variable or secret is active and should be injected during the build process.
|
|
98
98
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;;KA+BY,OAAA;AAAA,KAEA,gBAAA,GAAmB,IAAA,CAAK,mBAAA;EAFxB;;;EAMV,IAAA,GAAO,WAAA;EANU;AAEnB;;EASE,OAAA,GAAU,WAAA;EATwB;;;;;;EAiBlC,MAAA;EAsC4B;;;;;EA/B5B,MAAA;EAfA;;;;;EAsBA,QAAA;EAQgB;;;;;;EAAhB,aAAA,GAAgB,QAAA;EAmBN;;;;;;EAXV,KAAA,GAAQ,kBAAA;EAYa;AAAA;AAGvB;;;;EAPE,MAAA,GAAS,mBAAA;AAAA;AAAA,KAGC,mBAAA,GAAsB,qBAAA;EAChC,GAAA,EAAK,gBAAgB;AAAA;AAAA,KAGX,uBAAA,GAA0B,yBAAA;EACpC,GAAA,EAAK,QAAA,CAAS,IAAA,CAAK,mBAAA,wBACjB,YAAA,CAAa,gBAAA;IAFqB;;;;;;IAShC,MAAA;IAAA;;;;AAgBM;AAUZ;IAlBM,QAAA;
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;;KA+BY,OAAA;AAAA,KAEA,gBAAA,GAAmB,IAAA,CAAK,mBAAA;EAFxB;;;EAMV,IAAA,GAAO,WAAA;EANU;AAEnB;;EASE,OAAA,GAAU,WAAA;EATwB;;;;;;EAiBlC,MAAA;EAsC4B;;;;;EA/B5B,MAAA;EAfA;;;;;EAsBA,QAAA;EAQgB;;;;;;EAAhB,aAAA,GAAgB,QAAA;EAmBN;;;;;;EAXV,KAAA,GAAQ,kBAAA;EAYa;AAAA;AAGvB;;;;EAPE,MAAA,GAAS,mBAAA;AAAA;AAAA,KAGC,mBAAA,GAAsB,qBAAA;EAChC,GAAA,EAAK,gBAAgB;AAAA;AAAA,KAGX,uBAAA,GAA0B,yBAAA;EACpC,GAAA,EAAK,QAAA,CAAS,IAAA,CAAK,mBAAA,wBACjB,YAAA,CAAa,gBAAA;IAFqB;;;;;;IAShC,MAAA;IAAA;;;;AAgBM;AAUZ;IAlBM,QAAA;IAkBuB;;;;;;IAVvB,MAAA;EAAA;AAAA;;;;;;;KAUM,GAAA,GAAM,UAAU,CAAC,MAAA;EA4BhB;;;;;;EArBX,MAAA;AAAA;AAAA,UAGe,gBAAA,yBACS,uBAAA,GAA0B,uBAAA,UAC1C,kBAAA,CAAmB,eAAA;EAC3B,GAAA;IAAA;;;;;;IAOE,IAAA,EAAM,MAAA,CAAO,GAAA;IAgBb;;;;AAQQ;;IAhBR,OAAA,EAAS,MAAA,CAAO,GAAA;;;;;;;IAQhB,MAAA,EAAQ,iBAAA;;;;;;;IAQR,QAAA;EAAA;AAAA"}
|
package/dist/types/plugin.mjs
CHANGED
|
@@ -18,12 +18,6 @@ const __ΩPick = [
|
|
|
18
18
|
"Pick",
|
|
19
19
|
"l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
|
|
20
20
|
];
|
|
21
|
-
const __ΩRecord = [
|
|
22
|
-
"K",
|
|
23
|
-
"T",
|
|
24
|
-
"Record",
|
|
25
|
-
"l'e#\"Rb!b\"Pde\"!N#!w#y"
|
|
26
|
-
];
|
|
27
21
|
const __ΩExclude = [
|
|
28
22
|
"T",
|
|
29
23
|
"U",
|
|
@@ -81,12 +75,10 @@ const __ΩEnvPluginResolvedConfig = [
|
|
|
81
75
|
"P!PP!.#o\"#o!\"!P)4$?%)4&?'&F4(?)MK4*MKw+y"
|
|
82
76
|
];
|
|
83
77
|
const __ΩEnv = [
|
|
84
|
-
() => __ΩRecord,
|
|
85
|
-
"T",
|
|
86
78
|
"active",
|
|
87
79
|
"An indicator specifying whether or not this environment variable or secret is active and should be injected during the build process.",
|
|
88
80
|
"Env",
|
|
89
|
-
"
|
|
81
|
+
"P!P&F4!?\"MKw#y"
|
|
90
82
|
];
|
|
91
83
|
const __ΩEnvPluginContext = [
|
|
92
84
|
() => __ΩEnvPluginResolvedConfig,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.mjs","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { Children } from \"@alloy-js/core\";\nimport { AutoMDPluginOptions } from \"@powerlines/plugin-automd/types/plugin\";\nimport {\n BabelPluginContext,\n BabelPluginOptions,\n BabelPluginResolvedConfig,\n BabelPluginUserConfig\n} from \"@powerlines/plugin-babel/types\";\nimport type { JsonSchema, Schema, SchemaInput } from \"@powerlines/schema\";\nimport type { DotenvParseOutput } from \"@stryke/env/types\";\nimport { RequiredKeys } from \"@stryke/types\";\nimport { DotenvConfiguration } from \"@stryke/types/configuration\";\n\nexport type EnvType = \"env\" | \"secrets\";\n\nexport type EnvPluginOptions = Omit<DotenvConfiguration, \"types\"> & {\n /**\n * A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigConfiguration\"`.\n */\n vars?: SchemaInput;\n\n /**\n * A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigSecrets\"`.\n */\n secrets?: SchemaInput;\n\n /**\n * An additional prefix (or list of additional prefixes) to apply to the environment variables\n *\n * @remarks\n * By default, the plugin will use the `POWERLINES_` prefix. This option is useful for avoiding conflicts with other environment variables.\n */\n prefix?: string | string[];\n\n /**\n * Should the plugin inject the env variables in the source code with their values?\n *\n * @defaultValue false\n */\n inject?: boolean;\n\n /**\n * Should the plugin validate the loaded environment variables against the provided type definitions?\n *\n * @defaultValue false\n */\n validate?: boolean;\n\n /**\n * The default configuration to use when loading environment variables.\n *\n * @remarks\n * This configuration is used as the base configuration when loading environment variables, and will be overridden by any values found in the `.env` file or the process environment.\n */\n defaultConfig?: Children;\n\n /**\n * Babel configuration options to use when injecting environment variables into the source code.\n *\n * @remarks\n * This option allows you to customize the Babel transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Babel settings.\n */\n babel?: BabelPluginOptions;\n\n /**\n * AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.\n *\n * @remarks\n * The README.md file should contain the `<!-- automd:env --><!-- /automd -->` comment block where the documentation will be injected.\n */\n automd?: AutoMDPluginOptions;\n};\n\nexport type EnvPluginUserConfig = BabelPluginUserConfig & {\n env: EnvPluginOptions;\n};\n\nexport type EnvPluginResolvedConfig = BabelPluginResolvedConfig & {\n env: Required<Pick<DotenvConfiguration, \"additionalFiles\">> &\n RequiredKeys<EnvPluginOptions, \"vars\" | \"secrets\" | \"defaultConfig\"> & {\n /**\n * Should the plugin inject the env variables in the source code with their values?\n *\n * @remarks\n * This value is the result of reflecting the {@link EnvPluginOptions.inject} option.\n */\n inject: boolean;\n\n /**\n * Should the plugin validate the loaded environment variables against the provided type definitions?\n *\n * @remarks\n * This value is the result of reflecting the {@link EnvPluginOptions.validate} option.\n */\n validate: boolean;\n\n /**\n * The prefix used for environment variables\n *\n * @remarks\n * This value is used to filter environment variables that are loaded from the .env file and the process environment.\n */\n prefix: string[];\n };\n};\n\n/**\n * The schema for environment variables and secrets used by the plugin.\n *\n * @remarks\n * This schema is the result of parsing the type definitions provided in the {@link EnvPluginOptions.vars} and {@link EnvPluginOptions.secrets} options, and is used to validate the loaded environment variables and secrets, as well as to determine which variables should be injected into the source code when the {@link EnvPluginOptions.inject} option is enabled.\n */\nexport type Env
|
|
1
|
+
{"version":3,"file":"plugin.mjs","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { Children } from \"@alloy-js/core\";\nimport { AutoMDPluginOptions } from \"@powerlines/plugin-automd/types/plugin\";\nimport {\n BabelPluginContext,\n BabelPluginOptions,\n BabelPluginResolvedConfig,\n BabelPluginUserConfig\n} from \"@powerlines/plugin-babel/types\";\nimport type { JsonSchema, Schema, SchemaInput } from \"@powerlines/schema\";\nimport type { DotenvParseOutput } from \"@stryke/env/types\";\nimport { RequiredKeys } from \"@stryke/types\";\nimport { DotenvConfiguration } from \"@stryke/types/configuration\";\n\nexport type EnvType = \"env\" | \"secrets\";\n\nexport type EnvPluginOptions = Omit<DotenvConfiguration, \"types\"> & {\n /**\n * A path to the type definition for the expected env configuration parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigConfiguration\"`.\n */\n vars?: SchemaInput;\n\n /**\n * A path to the type definition for the expected env secret parameters. This value can include both a path to the typescript file and the name of the type definition to use separated by a `\":\"` or `\"#\"` character. For example: `\"./src/types/env.ts#ConfigSecrets\"`.\n */\n secrets?: SchemaInput;\n\n /**\n * An additional prefix (or list of additional prefixes) to apply to the environment variables\n *\n * @remarks\n * By default, the plugin will use the `POWERLINES_` prefix. This option is useful for avoiding conflicts with other environment variables.\n */\n prefix?: string | string[];\n\n /**\n * Should the plugin inject the env variables in the source code with their values?\n *\n * @defaultValue false\n */\n inject?: boolean;\n\n /**\n * Should the plugin validate the loaded environment variables against the provided type definitions?\n *\n * @defaultValue false\n */\n validate?: boolean;\n\n /**\n * The default configuration to use when loading environment variables.\n *\n * @remarks\n * This configuration is used as the base configuration when loading environment variables, and will be overridden by any values found in the `.env` file or the process environment.\n */\n defaultConfig?: Children;\n\n /**\n * Babel configuration options to use when injecting environment variables into the source code.\n *\n * @remarks\n * This option allows you to customize the Babel transformation process used to inject environment variables into the source code. If not provided, the plugin will use default Babel settings.\n */\n babel?: BabelPluginOptions;\n\n /**\n * AutoMD configuration options to allow injecting environment variables documentation into a markdown file such as a README.md.\n *\n * @remarks\n * The README.md file should contain the `<!-- automd:env --><!-- /automd -->` comment block where the documentation will be injected.\n */\n automd?: AutoMDPluginOptions;\n};\n\nexport type EnvPluginUserConfig = BabelPluginUserConfig & {\n env: EnvPluginOptions;\n};\n\nexport type EnvPluginResolvedConfig = BabelPluginResolvedConfig & {\n env: Required<Pick<DotenvConfiguration, \"additionalFiles\">> &\n RequiredKeys<EnvPluginOptions, \"vars\" | \"secrets\" | \"defaultConfig\"> & {\n /**\n * Should the plugin inject the env variables in the source code with their values?\n *\n * @remarks\n * This value is the result of reflecting the {@link EnvPluginOptions.inject} option.\n */\n inject: boolean;\n\n /**\n * Should the plugin validate the loaded environment variables against the provided type definitions?\n *\n * @remarks\n * This value is the result of reflecting the {@link EnvPluginOptions.validate} option.\n */\n validate: boolean;\n\n /**\n * The prefix used for environment variables\n *\n * @remarks\n * This value is used to filter environment variables that are loaded from the .env file and the process environment.\n */\n prefix: string[];\n };\n};\n\n/**\n * The schema for environment variables and secrets used by the plugin.\n *\n * @remarks\n * This schema is the result of parsing the type definitions provided in the {@link EnvPluginOptions.vars} and {@link EnvPluginOptions.secrets} options, and is used to validate the loaded environment variables and secrets, as well as to determine which variables should be injected into the source code when the {@link EnvPluginOptions.inject} option is enabled.\n */\nexport type Env = JsonSchema<Record<string, any>> & {\n /**\n * An indicator specifying whether or not this environment variable or secret is active and should be injected during the build process.\n *\n * @remarks\n * This value is determined during the build process based on the loaded environment variables and secrets, and is used to filter which variables are actually injected into the source code when the {@link EnvPluginOptions.inject} option is enabled.\n */\n active: string[];\n};\n\nexport interface EnvPluginContext<\n TResolvedConfig extends EnvPluginResolvedConfig = EnvPluginResolvedConfig\n> extends BabelPluginContext<TResolvedConfig> {\n env: {\n /**\n * The type definition for the expected env variable parameters\n *\n * @remarks\n * This value is parsed from the {@link EnvPluginOptions.vars} option.\n */\n vars: Schema<Env>;\n\n /**\n * The type definition for the expected env secret parameters\n *\n * @remarks\n * This value is parsed from the {@link EnvPluginOptions.secrets} option.\n */\n secrets: Schema<Env>;\n\n /**\n * The parsed .env configuration object\n *\n * @remarks\n * This value is the result of loading the .env configuration file found in the project root directory and merging it with the values provided at {@link EnvPluginOptions.values}\n */\n parsed: DotenvParseOutput;\n\n /**\n * The injected environment variables and secrets reflection\n *\n * @remarks\n * This reflection contains the structure of the injected environment variables and secrets that were injected into the source code during the build process.\n */\n injected: string[];\n };\n}\n"],"mappings":";AAAA,MAAM,UAAU;CAAC;CAAK;OAAW;OAAe;CAAY;CAAQ;AAAC;;;;;;AAErE,MAAM,UAAU;CAAC;CAAI;CAAM;CAAQ;AAAG;;;;;;;AAEtC,MAAM,aAAS;CAAA;CAAY;CAAW;CAAW;AAAU;AAE3D,MAAM,sBAAmB;OAAQ;CAAS;CAAK;CAAa;CAAO;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;AAAA;;;;;;;AAInE,MAAC,6BAAkC;OAAO;OAAmB;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;AAAA;AAE7D,MAAC,SAAc;CAAC;CAAU;CAA2B;CAAA;AAAA;AAErD,MAAM,sBAAqB;OAAQ;CAAC;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;CAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.251",
|
|
4
4
|
"private": false,
|
|
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
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -101,35 +101,34 @@
|
|
|
101
101
|
"typings": "dist/index.d.mts",
|
|
102
102
|
"files": ["dist"],
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@alloy-js/core": "
|
|
105
|
-
"@alloy-js/json": "
|
|
106
|
-
"@alloy-js/markdown": "
|
|
107
|
-
"@alloy-js/typescript": "
|
|
108
|
-
"@babel/core": "
|
|
109
|
-
"@babel/types": "
|
|
110
|
-
"@powerlines/core": "
|
|
111
|
-
"@powerlines/plugin-alloy": "
|
|
112
|
-
"@powerlines/plugin-automd": "
|
|
113
|
-
"@powerlines/plugin-babel": "
|
|
114
|
-
"@powerlines/plugin-plugin": "
|
|
115
|
-
"@powerlines/schema": "
|
|
116
|
-
"@storm-software/config-tools": "
|
|
117
|
-
"@stryke/capnp": "
|
|
118
|
-
"@stryke/convert": "
|
|
119
|
-
"@stryke/env": "
|
|
120
|
-
"@stryke/fs": "
|
|
121
|
-
"@stryke/helpers": "
|
|
122
|
-
"@stryke/json": "
|
|
123
|
-
"@stryke/path": "
|
|
124
|
-
"@stryke/string-format": "
|
|
125
|
-
"@stryke/type-checks": "
|
|
126
|
-
"@stryke/types": "
|
|
127
|
-
"automd": "
|
|
128
|
-
"c12": "
|
|
129
|
-
"defu": "
|
|
130
|
-
"powerlines": "
|
|
104
|
+
"@alloy-js/core": "catalog:",
|
|
105
|
+
"@alloy-js/json": "catalog:",
|
|
106
|
+
"@alloy-js/markdown": "catalog:",
|
|
107
|
+
"@alloy-js/typescript": "catalog:",
|
|
108
|
+
"@babel/core": "catalog:",
|
|
109
|
+
"@babel/types": "catalog:",
|
|
110
|
+
"@powerlines/core": "workspace:*",
|
|
111
|
+
"@powerlines/plugin-alloy": "workspace:*",
|
|
112
|
+
"@powerlines/plugin-automd": "workspace:*",
|
|
113
|
+
"@powerlines/plugin-babel": "workspace:*",
|
|
114
|
+
"@powerlines/plugin-plugin": "workspace:*",
|
|
115
|
+
"@powerlines/schema": "workspace:*",
|
|
116
|
+
"@storm-software/config-tools": "catalog:",
|
|
117
|
+
"@stryke/capnp": "catalog:",
|
|
118
|
+
"@stryke/convert": "catalog:",
|
|
119
|
+
"@stryke/env": "catalog:",
|
|
120
|
+
"@stryke/fs": "catalog:",
|
|
121
|
+
"@stryke/helpers": "catalog:",
|
|
122
|
+
"@stryke/json": "catalog:",
|
|
123
|
+
"@stryke/path": "catalog:",
|
|
124
|
+
"@stryke/string-format": "catalog:",
|
|
125
|
+
"@stryke/type-checks": "catalog:",
|
|
126
|
+
"@stryke/types": "catalog:",
|
|
127
|
+
"automd": "catalog:",
|
|
128
|
+
"c12": "catalog:",
|
|
129
|
+
"defu": "catalog:",
|
|
130
|
+
"powerlines": "workspace:*"
|
|
131
131
|
},
|
|
132
|
-
"devDependencies": { "@types/node": "
|
|
133
|
-
"publishConfig": { "access": "public" }
|
|
134
|
-
"gitHead": "75742ad041aeb54cee4e6f8d1f2daa413b4d9787"
|
|
132
|
+
"devDependencies": { "@types/node": "catalog:", "vite": "catalog:" },
|
|
133
|
+
"publishConfig": { "access": "public" }
|
|
135
134
|
}
|