@powerlines/plugin-env 0.13.64 → 0.13.65
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/{chunk-DT2f8AgL.cjs → _virtual/rolldown_runtime.cjs} +1 -1
- package/dist/{chunk-CbqXBSoN.mjs → _virtual/rolldown_runtime.mjs} +1 -1
- package/dist/alloy/src/core/components/output.cjs +1 -0
- package/dist/alloy/src/core/components/output.mjs +1 -0
- package/dist/alloy/src/core/components/single-line-comment.cjs +1 -0
- package/dist/alloy/src/core/components/single-line-comment.mjs +1 -0
- package/dist/alloy/src/core/components/source-file.cjs +1 -0
- package/dist/alloy/src/core/components/source-file.d.cts +22 -0
- package/dist/alloy/src/core/components/source-file.d.mts +22 -0
- package/dist/alloy/src/core/components/source-file.mjs +1 -0
- package/dist/alloy/src/core/contexts/context.cjs +1 -0
- package/dist/alloy/src/core/contexts/context.mjs +1 -0
- package/dist/alloy/src/core/contexts/reflection.cjs +1 -0
- package/dist/alloy/src/core/contexts/reflection.mjs +1 -0
- package/dist/alloy/src/create-plugin.cjs +2 -0
- package/dist/alloy/src/create-plugin.mjs +2 -0
- package/dist/alloy/src/helpers/refkey.cjs +1 -0
- package/dist/alloy/src/helpers/refkey.mjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-file.cjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-file.mjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-table.cjs +1 -0
- package/dist/alloy/src/markdown/components/markdown-table.mjs +1 -0
- package/dist/alloy/src/markdown/contexts/markdown-table.cjs +1 -0
- package/dist/alloy/src/markdown/contexts/markdown-table.mjs +1 -0
- package/dist/alloy/src/types/components.d.cts +19 -0
- package/dist/alloy/src/types/components.d.mts +23 -0
- package/dist/alloy/src/types/plugin.d.cts +15 -0
- package/dist/alloy/src/types/plugin.d.mts +15 -0
- package/dist/alloy/src/typescript/components/builtin-file.cjs +1 -0
- package/dist/alloy/src/typescript/components/builtin-file.d.cts +25 -0
- package/dist/alloy/src/typescript/components/builtin-file.d.mts +26 -0
- package/dist/alloy/src/typescript/components/builtin-file.mjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc-reflection.cjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc-reflection.mjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc.cjs +1 -0
- package/dist/alloy/src/typescript/components/tsdoc.d.cts +27 -0
- package/dist/alloy/src/typescript/components/tsdoc.d.mts +28 -0
- package/dist/alloy/src/typescript/components/tsdoc.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-file.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-file.d.cts +13 -0
- package/dist/alloy/src/typescript/components/typescript-file.d.mts +14 -0
- package/dist/alloy/src/typescript/components/typescript-file.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-interface.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-interface.d.cts +11 -0
- package/dist/alloy/src/typescript/components/typescript-interface.d.mts +12 -0
- package/dist/alloy/src/typescript/components/typescript-interface.mjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-object.cjs +1 -0
- package/dist/alloy/src/typescript/components/typescript-object.mjs +1 -0
- package/dist/babel/index.cjs +1 -1
- package/dist/babel/index.d.cts +1 -16
- package/dist/babel/index.d.mts +1 -16
- package/dist/babel/index.mjs +1 -1
- package/dist/babel/plugin.cjs +5 -1
- package/dist/babel/plugin.d.cts +6 -16
- package/dist/babel/plugin.d.mts +8 -16
- package/dist/babel/plugin.mjs +5 -1
- package/dist/components/docs.cjs +1 -1
- package/dist/components/docs.d.cts +8 -1
- package/dist/components/docs.d.mts +8 -1
- package/dist/components/docs.mjs +1 -1
- package/dist/components/env.cjs +34 -1
- package/dist/components/env.d.cts +19 -3
- package/dist/components/env.d.mts +19 -3
- package/dist/components/env.mjs +31 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +2 -5
- package/dist/components/index.d.mts +2 -5
- package/dist/components/index.mjs +1 -1
- package/dist/deepkit/schemas/reflection.cjs +1 -0
- package/dist/{plugin-BC31CJSb.d.mts → deepkit/schemas/reflection.d.cts} +1 -156
- package/dist/{plugin-Ds60xmj5.d.cts → deepkit/schemas/reflection.d.mts} +1 -156
- package/dist/deepkit/schemas/reflection.mjs +1 -0
- package/dist/deepkit/schemas/reflection2.cjs +1 -0
- package/dist/deepkit/schemas/reflection2.mjs +1 -0
- package/dist/deepkit/src/capnp.cjs +1 -0
- package/dist/deepkit/src/capnp.mjs +1 -0
- package/dist/deepkit/src/reflect-type.cjs +1 -0
- package/dist/deepkit/src/reflect-type.mjs +1 -0
- package/dist/deepkit/src/resolve-reflections.cjs +1 -0
- package/dist/deepkit/src/resolve-reflections.mjs +1 -0
- package/dist/deepkit/src/types.d.cts +10 -0
- package/dist/deepkit/src/types.d.mts +10 -0
- package/dist/deepkit/src/utilities.cjs +1 -0
- package/dist/deepkit/src/utilities.mjs +1 -0
- package/dist/deepkit/src/vendor/type.cjs +1 -0
- package/dist/deepkit/src/vendor/type.d.cts +7 -0
- package/dist/deepkit/src/vendor/type.d.mts +7 -0
- package/dist/deepkit/src/vendor/type.mjs +1 -0
- package/dist/helpers/create-reflection-resource.cjs +1 -1
- package/dist/helpers/create-reflection-resource.d.cts +14 -5
- package/dist/helpers/create-reflection-resource.d.mts +14 -5
- package/dist/helpers/create-reflection-resource.mjs +1 -1
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +6 -11
- package/dist/helpers/index.d.mts +6 -11
- package/dist/helpers/index.mjs +1 -1
- package/dist/helpers/load.cjs +1 -1
- package/dist/helpers/load.d.cts +34 -5
- package/dist/helpers/load.d.mts +35 -5
- package/dist/helpers/load.mjs +1 -1
- package/dist/helpers/persistence.cjs +1 -1
- package/dist/helpers/persistence.d.cts +83 -5
- package/dist/helpers/persistence.d.mts +83 -5
- package/dist/helpers/persistence.mjs +1 -1
- package/dist/helpers/reflect.cjs +1 -1
- package/dist/helpers/reflect.d.cts +45 -5
- package/dist/helpers/reflect.d.mts +45 -5
- package/dist/helpers/reflect.mjs +1 -1
- package/dist/helpers/source-file-env.cjs +1 -1
- package/dist/helpers/source-file-env.d.cts +7 -1
- package/dist/helpers/source-file-env.d.mts +7 -1
- package/dist/helpers/source-file-env.mjs +1 -1
- package/dist/helpers/template-helpers.cjs +1 -1
- package/dist/helpers/template-helpers.d.cts +14 -5
- package/dist/helpers/template-helpers.d.mts +14 -5
- package/dist/helpers/template-helpers.mjs +1 -1
- package/dist/index.cjs +3 -4
- package/dist/index.d.cts +20 -16
- package/dist/index.d.mts +25 -16
- package/dist/index.mjs +2 -3
- package/dist/plugin-babel/src/helpers/ast-utils.cjs +1 -0
- package/dist/plugin-babel/src/helpers/ast-utils.mjs +1 -0
- package/dist/plugin-babel/src/helpers/create-plugin.cjs +1 -0
- package/dist/plugin-babel/src/helpers/create-plugin.mjs +1 -0
- package/dist/plugin-babel/src/helpers/filters.cjs +1 -0
- package/dist/plugin-babel/src/helpers/filters.mjs +1 -0
- package/dist/plugin-babel/src/helpers/index.cjs +1 -0
- package/dist/plugin-babel/src/helpers/index.mjs +1 -0
- package/dist/plugin-babel/src/helpers/module-helpers.cjs +1 -0
- package/dist/plugin-babel/src/helpers/module-helpers.mjs +1 -0
- package/dist/plugin-babel/src/helpers/options.cjs +1 -0
- package/dist/plugin-babel/src/helpers/options.mjs +1 -0
- package/dist/plugin-babel/src/index.cjs +1 -0
- package/dist/plugin-babel/src/index.mjs +1 -0
- package/dist/plugin-babel/src/types/index.d.mts +1 -0
- package/dist/plugin-babel/src/types/plugin.d.cts +15 -0
- package/dist/plugin-babel/src/types/plugin.d.mts +15 -0
- package/dist/plugin-plugin/src/types/plugin.d.cts +21 -0
- package/dist/plugin-plugin/src/types/plugin.d.mts +24 -0
- package/dist/powerlines/src/internal/helpers/hooks.d.mts +5 -0
- package/dist/powerlines/src/lib/build/esbuild.cjs +14 -0
- package/dist/powerlines/src/lib/build/esbuild.mjs +14 -0
- package/dist/powerlines/src/lib/entry.cjs +1 -0
- package/dist/powerlines/src/lib/entry.mjs +1 -0
- package/dist/powerlines/src/lib/logger.cjs +1 -0
- package/dist/powerlines/src/lib/logger.mjs +1 -0
- package/dist/powerlines/src/lib/utilities/bundle.cjs +1 -0
- package/dist/powerlines/src/lib/utilities/bundle.mjs +1 -0
- package/dist/powerlines/src/lib/utilities/resolve.cjs +1 -0
- package/dist/powerlines/src/lib/utilities/resolve.mjs +1 -0
- package/dist/powerlines/src/plugin-utils/helpers.cjs +1 -0
- package/dist/powerlines/src/plugin-utils/helpers.mjs +1 -0
- package/dist/powerlines/src/plugin-utils/paths.cjs +1 -0
- package/dist/powerlines/src/plugin-utils/paths.mjs +1 -0
- package/dist/powerlines/src/types/api.d.mts +5 -0
- package/dist/powerlines/src/types/babel.d.cts +23 -0
- package/dist/powerlines/src/types/babel.d.mts +23 -0
- package/dist/powerlines/src/types/build.d.cts +139 -0
- package/dist/powerlines/src/types/build.d.mts +141 -0
- package/dist/powerlines/src/types/commands.d.cts +8 -0
- package/dist/powerlines/src/types/commands.d.mts +9 -0
- package/dist/powerlines/src/types/config.d.cts +356 -0
- package/dist/powerlines/src/types/config.d.mts +357 -0
- package/dist/powerlines/src/types/context.d.cts +358 -0
- package/dist/powerlines/src/types/context.d.mts +360 -0
- package/dist/powerlines/src/types/fs.d.cts +458 -0
- package/dist/powerlines/src/types/fs.d.mts +458 -0
- package/dist/powerlines/src/types/hooks.d.mts +2 -0
- package/dist/powerlines/src/types/index.d.mts +12 -0
- package/dist/powerlines/src/types/plugin.d.cts +232 -0
- package/dist/powerlines/src/types/plugin.d.mts +232 -0
- package/dist/powerlines/src/types/resolved.d.cts +82 -0
- package/dist/powerlines/src/types/resolved.d.mts +83 -0
- package/dist/powerlines/src/types/tsconfig.d.cts +69 -0
- package/dist/powerlines/src/types/tsconfig.d.mts +69 -0
- package/dist/powerlines/src/types/unplugin.d.mts +7 -0
- package/dist/types/index.cjs +0 -1
- package/dist/types/index.d.cts +2 -5
- package/dist/types/index.d.mts +2 -5
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +0 -1
- package/dist/types/plugin.d.cts +140 -4
- package/dist/types/plugin.d.mts +141 -4
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/runtime.cjs +0 -1
- package/dist/types/runtime.d.cts +793 -2
- package/dist/types/runtime.d.mts +793 -2
- package/dist/types/runtime.mjs +1 -1
- package/package.json +16 -16
- package/dist/babel-Bmzkjy1p.cjs +0 -0
- package/dist/babel-CE47sTzg.mjs +0 -1
- package/dist/components-BWruXLSx.cjs +0 -0
- package/dist/components-LyHNrcZE.mjs +0 -1
- package/dist/config-CYnsaVbs.d.mts +0 -1678
- package/dist/config-CxGVaXL4.d.cts +0 -1676
- package/dist/create-reflection-resource-CQHJrkQi.cjs +0 -1
- package/dist/create-reflection-resource-Cut236Kb.d.mts +0 -15
- package/dist/create-reflection-resource-DT6PRnl4.d.cts +0 -15
- package/dist/create-reflection-resource-UtOwX4Ml.mjs +0 -1
- package/dist/docs-BDiEhcDa.mjs +0 -1
- package/dist/docs-Bhi9smBO.cjs +0 -1
- package/dist/docs-BoZkRBO4.d.cts +0 -9
- package/dist/docs-BwK6pC_c.d.mts +0 -9
- package/dist/env-0C9Vc_CF.cjs +0 -34
- package/dist/env-BuKnYxut.d.mts +0 -112
- package/dist/env-CXBFOUFJ.d.cts +0 -112
- package/dist/env-D4MK9BWK.mjs +0 -31
- package/dist/helpers-DfMThUgD.mjs +0 -1
- package/dist/helpers-YGhXHw5G.cjs +0 -0
- package/dist/index-BBNpKJsx.d.mts +0 -41
- package/dist/index-BRBK9zG-.d.cts +0 -1
- package/dist/index-Bt4QNofW.d.mts +0 -1
- package/dist/index-CRo77wc3.d.mts +0 -1
- package/dist/index-CspKFJM1.d.cts +0 -1
- package/dist/index-Czm5wPhI.d.cts +0 -41
- package/dist/index-Dpmi5zcN.d.cts +0 -1
- package/dist/index-Wc1llEvP.d.mts +0 -1
- package/dist/load-BZTlThWg.mjs +0 -1
- package/dist/load-DLNNRhI9.d.cts +0 -35
- package/dist/load-DdYSs4J5.d.mts +0 -38
- package/dist/load-nUlit5lR.cjs +0 -1
- package/dist/persistence-BU921sV3.d.mts +0 -84
- package/dist/persistence-Br-YMVb1.mjs +0 -14
- package/dist/persistence-D0xYMSMI.d.cts +0 -84
- package/dist/persistence-KaP3-ka1.cjs +0 -14
- package/dist/plugin-CRYQ682C.cjs +0 -0
- package/dist/plugin-Cx61c9gw.mjs +0 -5
- package/dist/plugin-DrnPbdzR.mjs +0 -1
- package/dist/plugin-v-FJGggy.cjs +0 -5
- package/dist/reflect-DQjKw7jE.d.cts +0 -46
- package/dist/reflect-DzAiYF2u.d.mts +0 -46
- package/dist/runtime-BaZivi6m.cjs +0 -0
- package/dist/runtime-BxuH9yuK.d.cts +0 -794
- package/dist/runtime-DqCYc37d.mjs +0 -1
- package/dist/runtime-qQN60UNu.d.mts +0 -794
- package/dist/source-file-CLCTB4C7.cjs +0 -1
- package/dist/source-file-CjFSCK1w.mjs +0 -1
- package/dist/source-file-env-BDFTs5WJ.mjs +0 -1
- package/dist/source-file-env-C6uYyxww.cjs +0 -1
- package/dist/source-file-env-DonDJDV1.d.cts +0 -8
- package/dist/source-file-env-DzpWKluw.d.mts +0 -8
- package/dist/template-helpers-BNFy_Wbj.d.mts +0 -15
- package/dist/template-helpers-BSbamu0U.cjs +0 -1
- package/dist/template-helpers-C-NOO5ex.d.cts +0 -15
- package/dist/template-helpers-CLrM_TtO.mjs +0 -1
- package/dist/type-CnPIyotQ.d.mts +0 -3
- package/dist/type-D6dRgWJT.d.cts +0 -3
- package/dist/types-BCto_Rzj.mjs +0 -1
- package/dist/types-DS7T32tb.cjs +0 -0
- package/dist/utilities-4S--uN0L.mjs +0 -1
- package/dist/utilities-CxyT2chk.cjs +0 -1
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { t as type_d_exports } from "./type-D6dRgWJT.cjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-Ds60xmj5.cjs";
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-BxuH9yuK.cjs";
|
|
4
|
-
|
|
5
|
-
//#region src/helpers/reflect.d.ts
|
|
6
|
-
declare function mergeEnvReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
|
7
|
-
declare function mergeSecretsReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
|
8
|
-
interface CreateEnvReflectionOptions {
|
|
9
|
-
type?: type_d_exports.TypeObjectLiteral | type_d_exports.TypeClass;
|
|
10
|
-
superReflection?: type_d_exports.ReflectionClass<any>;
|
|
11
|
-
}
|
|
12
|
-
declare class BaseEnv implements EnvInterface {
|
|
13
|
-
APP_NAME: string;
|
|
14
|
-
APP_VERSION: string;
|
|
15
|
-
BUILD_ID: string;
|
|
16
|
-
BUILD_TIMESTAMP: string;
|
|
17
|
-
BUILD_CHECKSUM: string;
|
|
18
|
-
RELEASE_ID: string;
|
|
19
|
-
RELEASE_TAG: string;
|
|
20
|
-
ORGANIZATION: string;
|
|
21
|
-
PLATFORM: "node" | "browser" | "neutral";
|
|
22
|
-
MODE: "development" | "test" | "production";
|
|
23
|
-
ENVIRONMENT: string;
|
|
24
|
-
DEBUG: boolean;
|
|
25
|
-
TEST: boolean;
|
|
26
|
-
MINIMAL: boolean;
|
|
27
|
-
NO_COLOR: boolean;
|
|
28
|
-
FORCE_COLOR: number | boolean;
|
|
29
|
-
FORCE_HYPERLINK: number | boolean;
|
|
30
|
-
STACKTRACE: boolean;
|
|
31
|
-
INCLUDE_ERROR_DATA: boolean;
|
|
32
|
-
ERROR_URL: string;
|
|
33
|
-
DEFAULT_TIMEZONE: string;
|
|
34
|
-
DEFAULT_LOCALE: string;
|
|
35
|
-
CI: boolean;
|
|
36
|
-
}
|
|
37
|
-
declare class BaseSecrets implements SecretsInterface {
|
|
38
|
-
ENCRYPTION_KEY: string;
|
|
39
|
-
}
|
|
40
|
-
declare function createEnvReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): type_d_exports.ReflectionClass<any>;
|
|
41
|
-
declare function createSecretsReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): type_d_exports.ReflectionClass<any>;
|
|
42
|
-
declare function reflectEnv(context: EnvPluginContext, file?: string, name?: string): Promise<type_d_exports.ReflectionClass<any>>;
|
|
43
|
-
declare function reflectSecrets(context: EnvPluginContext, file?: string, name?: string): Promise<type_d_exports.ReflectionClass<any>>;
|
|
44
|
-
declare type __ΩCreateEnvReflectionOptions = any[];
|
|
45
|
-
//#endregion
|
|
46
|
-
export { createEnvReflection as a, mergeSecretsReflections as c, __ΩCreateEnvReflectionOptions as i, reflectEnv as l, BaseSecrets as n, createSecretsReflection as o, CreateEnvReflectionOptions as r, mergeEnvReflections as s, BaseEnv as t, reflectSecrets as u };
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { t as type_d_exports } from "./type-CnPIyotQ.mjs";
|
|
2
|
-
import { t as EnvPluginContext } from "./plugin-BC31CJSb.mjs";
|
|
3
|
-
import { n as SecretsInterface, t as EnvInterface } from "./runtime-qQN60UNu.mjs";
|
|
4
|
-
|
|
5
|
-
//#region src/helpers/reflect.d.ts
|
|
6
|
-
declare function mergeEnvReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
|
7
|
-
declare function mergeSecretsReflections(context: EnvPluginContext, reflections: type_d_exports.ReflectionClass<any>[]): type_d_exports.ReflectionClass<any>;
|
|
8
|
-
interface CreateEnvReflectionOptions {
|
|
9
|
-
type?: type_d_exports.TypeObjectLiteral | type_d_exports.TypeClass;
|
|
10
|
-
superReflection?: type_d_exports.ReflectionClass<any>;
|
|
11
|
-
}
|
|
12
|
-
declare class BaseEnv implements EnvInterface {
|
|
13
|
-
APP_NAME: string;
|
|
14
|
-
APP_VERSION: string;
|
|
15
|
-
BUILD_ID: string;
|
|
16
|
-
BUILD_TIMESTAMP: string;
|
|
17
|
-
BUILD_CHECKSUM: string;
|
|
18
|
-
RELEASE_ID: string;
|
|
19
|
-
RELEASE_TAG: string;
|
|
20
|
-
ORGANIZATION: string;
|
|
21
|
-
PLATFORM: "node" | "browser" | "neutral";
|
|
22
|
-
MODE: "development" | "test" | "production";
|
|
23
|
-
ENVIRONMENT: string;
|
|
24
|
-
DEBUG: boolean;
|
|
25
|
-
TEST: boolean;
|
|
26
|
-
MINIMAL: boolean;
|
|
27
|
-
NO_COLOR: boolean;
|
|
28
|
-
FORCE_COLOR: number | boolean;
|
|
29
|
-
FORCE_HYPERLINK: number | boolean;
|
|
30
|
-
STACKTRACE: boolean;
|
|
31
|
-
INCLUDE_ERROR_DATA: boolean;
|
|
32
|
-
ERROR_URL: string;
|
|
33
|
-
DEFAULT_TIMEZONE: string;
|
|
34
|
-
DEFAULT_LOCALE: string;
|
|
35
|
-
CI: boolean;
|
|
36
|
-
}
|
|
37
|
-
declare class BaseSecrets implements SecretsInterface {
|
|
38
|
-
ENCRYPTION_KEY: string;
|
|
39
|
-
}
|
|
40
|
-
declare function createEnvReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): type_d_exports.ReflectionClass<any>;
|
|
41
|
-
declare function createSecretsReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): type_d_exports.ReflectionClass<any>;
|
|
42
|
-
declare function reflectEnv(context: EnvPluginContext, file?: string, name?: string): Promise<type_d_exports.ReflectionClass<any>>;
|
|
43
|
-
declare function reflectSecrets(context: EnvPluginContext, file?: string, name?: string): Promise<type_d_exports.ReflectionClass<any>>;
|
|
44
|
-
declare type __ΩCreateEnvReflectionOptions = any[];
|
|
45
|
-
//#endregion
|
|
46
|
-
export { createEnvReflection as a, mergeSecretsReflections as c, __ΩCreateEnvReflectionOptions as i, reflectEnv as l, BaseSecrets as n, createSecretsReflection as o, CreateEnvReflectionOptions as r, mergeEnvReflections as s, BaseEnv as t, reflectSecrets as u };
|
|
File without changes
|