@powerlines/plugin-env 0.13.22 → 0.13.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/babel/index.d.cts +2 -2
- package/dist/babel/index.d.ts +2 -2
- package/dist/babel/plugin.d.cts +2 -2
- package/dist/babel/plugin.d.ts +2 -2
- package/dist/components/env.d.cts +3 -2
- package/dist/components/env.d.ts +3 -2
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/helpers/index.d.cts +3 -3
- package/dist/helpers/index.d.ts +3 -3
- package/dist/helpers/load.d.cts +2 -2
- package/dist/helpers/load.d.ts +2 -2
- package/dist/helpers/persistence.d.cts +2 -2
- package/dist/helpers/persistence.d.ts +2 -2
- package/dist/helpers/reflect.d.cts +4 -3
- package/dist/helpers/reflect.d.ts +4 -3
- package/dist/helpers/template-helpers.d.cts +2 -2
- package/dist/helpers/template-helpers.d.ts +2 -2
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/{runtime-BZR8Re97.d.ts → runtime-Bv4xY4CP.d.ts} +13 -2
- package/dist/{runtime-CXFOdIeH.d.cts → runtime-DpsPYVzV.d.cts} +13 -2
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/types/plugin.d.cts +8 -3
- package/dist/types/plugin.d.ts +8 -3
- package/dist/types/runtime.d.cts +2 -2
- package/dist/types/runtime.d.ts +2 -2
- package/dist/{vfs-BGmsy47f.d.cts → vfs-BS4ST5TO.d.cts} +2 -2
- package/dist/{vfs-BGmsy47f.d.ts → vfs-BS4ST5TO.d.ts} +2 -2
- package/package.json +10 -10
package/dist/babel/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { envBabelPlugin } from './plugin.cjs';
|
|
2
|
-
import '../runtime-
|
|
2
|
+
import '../runtime-DpsPYVzV.cjs';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
5
5
|
import '@stryke/types/package-json';
|
|
@@ -18,7 +18,7 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
23
|
import 'node:fs';
|
|
24
24
|
import '../types/plugin.cjs';
|
package/dist/babel/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { envBabelPlugin } from './plugin.js';
|
|
2
|
-
import '../runtime-
|
|
2
|
+
import '../runtime-Bv4xY4CP.js';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
5
5
|
import '@stryke/types/package-json';
|
|
@@ -18,7 +18,7 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BS4ST5TO.js';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
23
|
import 'node:fs';
|
|
24
24
|
import '../types/plugin.js';
|
package/dist/babel/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeclareBabelTransformPluginReturn } from '../runtime-
|
|
1
|
+
import { D as DeclareBabelTransformPluginReturn } from '../runtime-DpsPYVzV.cjs';
|
|
2
2
|
import { EnvPluginContext, EnvPluginResolvedConfig } from '../types/plugin.cjs';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
@@ -18,7 +18,7 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
23
|
import 'node:fs';
|
|
24
24
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/babel/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DeclareBabelTransformPluginReturn } from '../runtime-
|
|
1
|
+
import { D as DeclareBabelTransformPluginReturn } from '../runtime-Bv4xY4CP.js';
|
|
2
2
|
import { EnvPluginContext, EnvPluginResolvedConfig } from '../types/plugin.js';
|
|
3
3
|
import '@stryke/env/get-env-paths';
|
|
4
4
|
import '@stryke/types/base';
|
|
@@ -18,7 +18,7 @@ import '@babel/helper-plugin-utils';
|
|
|
18
18
|
import '@stryke/types/array';
|
|
19
19
|
import '@stryke/types/tsconfig';
|
|
20
20
|
import 'typescript';
|
|
21
|
-
import '../vfs-
|
|
21
|
+
import '../vfs-BS4ST5TO.js';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
23
|
import 'node:fs';
|
|
24
24
|
import '@alloy-js/core/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import { O as OutputModeType } from '../vfs-
|
|
3
|
+
import { O as OutputModeType } from '../vfs-BS4ST5TO.cjs';
|
|
4
4
|
import { InterfaceDeclarationProps } from '@alloy-js/typescript';
|
|
5
5
|
import { ReflectionClass } from '@deepkit/type';
|
|
6
6
|
import '@stryke/json/types';
|
|
@@ -100,5 +100,6 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
100
100
|
* Generates the environment configuration module for the Powerlines project.
|
|
101
101
|
*/
|
|
102
102
|
declare function EnvBuiltin(props: EnvBuiltinProps): Children$1;
|
|
103
|
+
declare type __ΩEnvBuiltinProps = any[];
|
|
103
104
|
|
|
104
|
-
export { EnvBuiltin, type EnvBuiltinProps, EnvTypeDefinition };
|
|
105
|
+
export { EnvBuiltin, type EnvBuiltinProps, EnvTypeDefinition, type __ΩEnvBuiltinProps };
|
package/dist/components/env.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import { O as OutputModeType } from '../vfs-
|
|
3
|
+
import { O as OutputModeType } from '../vfs-BS4ST5TO.js';
|
|
4
4
|
import { InterfaceDeclarationProps } from '@alloy-js/typescript';
|
|
5
5
|
import { ReflectionClass } from '@deepkit/type';
|
|
6
6
|
import '@stryke/json/types';
|
|
@@ -100,5 +100,6 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
100
100
|
* Generates the environment configuration module for the Powerlines project.
|
|
101
101
|
*/
|
|
102
102
|
declare function EnvBuiltin(props: EnvBuiltinProps): Children$1;
|
|
103
|
+
declare type __ΩEnvBuiltinProps = any[];
|
|
103
104
|
|
|
104
|
-
export { EnvBuiltin, type EnvBuiltinProps, EnvTypeDefinition };
|
|
105
|
+
export { EnvBuiltin, type EnvBuiltinProps, EnvTypeDefinition, type __ΩEnvBuiltinProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './env.cjs';
|
|
1
|
+
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps } from './env.cjs';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import '@alloy-js/typescript';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './env.js';
|
|
1
|
+
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps } from './env.js';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BS4ST5TO.js';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import '@alloy-js/typescript';
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { loadEnv, loadEnvFromContext } from './load.cjs';
|
|
2
2
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection } from './persistence.cjs';
|
|
3
|
-
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.cjs';
|
|
3
|
+
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.cjs';
|
|
4
4
|
export { formatEnvField, removeEnvPrefix } from './source-file-env.cjs';
|
|
5
5
|
export { createTemplateReflection } from './template-helpers.cjs';
|
|
6
|
-
import '../runtime-
|
|
6
|
+
import '../runtime-DpsPYVzV.cjs';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
8
8
|
import '@stryke/types/base';
|
|
9
9
|
import '@stryke/types/package-json';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
import '@stryke/env/types';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { loadEnv, loadEnvFromContext } from './load.js';
|
|
2
2
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection } from './persistence.js';
|
|
3
|
-
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.js';
|
|
3
|
+
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './reflect.js';
|
|
4
4
|
export { formatEnvField, removeEnvPrefix } from './source-file-env.js';
|
|
5
5
|
export { createTemplateReflection } from './template-helpers.js';
|
|
6
|
-
import '../runtime-
|
|
6
|
+
import '../runtime-Bv4xY4CP.js';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
8
8
|
import '@stryke/types/base';
|
|
9
9
|
import '@stryke/types/package-json';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
import '@stryke/env/types';
|
package/dist/helpers/load.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as EnvironmentResolvedConfig } from '../runtime-
|
|
1
|
+
import { a as EnvironmentResolvedConfig } from '../runtime-DpsPYVzV.cjs';
|
|
2
2
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
3
3
|
import { EnvPluginContext, EnvPluginOptions } from '../types/plugin.cjs';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/helpers/load.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as EnvironmentResolvedConfig } from '../runtime-
|
|
1
|
+
import { a as EnvironmentResolvedConfig } from '../runtime-Bv4xY4CP.js';
|
|
2
2
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
3
3
|
import { EnvPluginContext, EnvPluginOptions } from '../types/plugin.js';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.js';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReflectionClass } from '@deepkit/type';
|
|
2
2
|
import { TypeDefinition } from '@stryke/types/configuration';
|
|
3
|
-
import { U as UnresolvedContext, C as Context } from '../runtime-
|
|
3
|
+
import { U as UnresolvedContext, C as Context } from '../runtime-DpsPYVzV.cjs';
|
|
4
4
|
import { EnvPluginResolvedConfig, EnvType, EnvPluginContext } from '../types/plugin.cjs';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
6
|
import '@stryke/types/base';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReflectionClass } from '@deepkit/type';
|
|
2
2
|
import { TypeDefinition } from '@stryke/types/configuration';
|
|
3
|
-
import { U as UnresolvedContext, C as Context } from '../runtime-
|
|
3
|
+
import { U as UnresolvedContext, C as Context } from '../runtime-Bv4xY4CP.js';
|
|
4
4
|
import { EnvPluginResolvedConfig, EnvType, EnvPluginContext } from '../types/plugin.js';
|
|
5
5
|
import '@stryke/env/get-env-paths';
|
|
6
6
|
import '@stryke/types/base';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.js';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReflectionClass, TypeObjectLiteral, TypeClass } from '@deepkit/type';
|
|
2
2
|
import { EnvPluginContext } from '../types/plugin.cjs';
|
|
3
|
-
import { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
3
|
+
import { E as EnvInterface, S as SecretsInterface } from '../runtime-DpsPYVzV.cjs';
|
|
4
4
|
import '@alloy-js/core/jsx-runtime';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
|
|
@@ -65,5 +65,6 @@ declare function createEnvReflection(context: EnvPluginContext, options?: Create
|
|
|
65
65
|
declare function createSecretsReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): ReflectionClass<any>;
|
|
66
66
|
declare function reflectEnv(context: EnvPluginContext, file?: string, name?: string): Promise<ReflectionClass<any>>;
|
|
67
67
|
declare function reflectSecrets(context: EnvPluginContext, file?: string, name?: string): Promise<ReflectionClass<any>>;
|
|
68
|
+
declare type __ΩCreateEnvReflectionOptions = any[];
|
|
68
69
|
|
|
69
|
-
export { BaseEnv, BaseSecrets, type CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
70
|
+
export { BaseEnv, BaseSecrets, type CreateEnvReflectionOptions, type __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReflectionClass, TypeObjectLiteral, TypeClass } from '@deepkit/type';
|
|
2
2
|
import { EnvPluginContext } from '../types/plugin.js';
|
|
3
|
-
import { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
3
|
+
import { E as EnvInterface, S as SecretsInterface } from '../runtime-Bv4xY4CP.js';
|
|
4
4
|
import '@alloy-js/core/jsx-runtime';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
|
|
@@ -65,5 +65,6 @@ declare function createEnvReflection(context: EnvPluginContext, options?: Create
|
|
|
65
65
|
declare function createSecretsReflection(context: EnvPluginContext, options?: CreateEnvReflectionOptions): ReflectionClass<any>;
|
|
66
66
|
declare function reflectEnv(context: EnvPluginContext, file?: string, name?: string): Promise<ReflectionClass<any>>;
|
|
67
67
|
declare function reflectSecrets(context: EnvPluginContext, file?: string, name?: string): Promise<ReflectionClass<any>>;
|
|
68
|
+
declare type __ΩCreateEnvReflectionOptions = any[];
|
|
68
69
|
|
|
69
|
-
export { BaseEnv, BaseSecrets, type CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
70
|
+
export { BaseEnv, BaseSecrets, type CreateEnvReflectionOptions, type __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets };
|
|
@@ -2,7 +2,7 @@ import { ReflectionClass } from '@deepkit/type';
|
|
|
2
2
|
import { EnvPluginContext, EnvType } from '../types/plugin.cjs';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@stryke/capnp';
|
|
5
|
-
import '../runtime-
|
|
5
|
+
import '../runtime-DpsPYVzV.cjs';
|
|
6
6
|
import '@stryke/env/get-env-paths';
|
|
7
7
|
import '@stryke/types/base';
|
|
8
8
|
import '@stryke/types/package-json';
|
|
@@ -21,7 +21,7 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
26
|
import 'node:fs';
|
|
27
27
|
import '@stryke/env/types';
|
|
@@ -2,7 +2,7 @@ import { ReflectionClass } from '@deepkit/type';
|
|
|
2
2
|
import { EnvPluginContext, EnvType } from '../types/plugin.js';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@stryke/capnp';
|
|
5
|
-
import '../runtime-
|
|
5
|
+
import '../runtime-Bv4xY4CP.js';
|
|
6
6
|
import '@stryke/env/get-env-paths';
|
|
7
7
|
import '@stryke/types/base';
|
|
8
8
|
import '@stryke/types/package-json';
|
|
@@ -21,7 +21,7 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BS4ST5TO.js';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
26
|
import 'node:fs';
|
|
27
27
|
import '@stryke/env/types';
|
package/dist/index.d.cts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { P as PluginContext, b as Plugin } from './runtime-
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from './runtime-
|
|
1
|
+
import { P as PluginContext, b as Plugin } from './runtime-DpsPYVzV.cjs';
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from './runtime-DpsPYVzV.cjs';
|
|
3
3
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import { PrintTreeOptions } from '@alloy-js/core';
|
|
5
5
|
import { EnvPluginContext, EnvPluginResolvedConfig } from './types/plugin.cjs';
|
|
6
|
-
export { EnvPluginOptions, EnvPluginUserConfig, EnvType } from './types/plugin.cjs';
|
|
6
|
+
export { EnvPluginOptions, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from './types/plugin.cjs';
|
|
7
7
|
export { envBabelPlugin } from './babel/plugin.cjs';
|
|
8
|
-
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './components/env.cjs';
|
|
8
|
+
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps } from './components/env.cjs';
|
|
9
9
|
export { loadEnv, loadEnvFromContext } from './helpers/load.cjs';
|
|
10
10
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection } from './helpers/persistence.cjs';
|
|
11
|
-
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './helpers/reflect.cjs';
|
|
11
|
+
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './helpers/reflect.cjs';
|
|
12
12
|
export { formatEnvField, removeEnvPrefix } from './helpers/source-file-env.cjs';
|
|
13
13
|
export { createTemplateReflection } from './helpers/template-helpers.cjs';
|
|
14
14
|
import '@stryke/env/get-env-paths';
|
|
@@ -29,7 +29,7 @@ import '@babel/helper-plugin-utils';
|
|
|
29
29
|
import '@stryke/types/array';
|
|
30
30
|
import '@stryke/types/tsconfig';
|
|
31
31
|
import 'typescript';
|
|
32
|
-
import './vfs-
|
|
32
|
+
import './vfs-BS4ST5TO.cjs';
|
|
33
33
|
import '@stryke/json/types';
|
|
34
34
|
import 'node:fs';
|
|
35
35
|
import '@deepkit/type';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { P as PluginContext, b as Plugin } from './runtime-
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from './runtime-
|
|
1
|
+
import { P as PluginContext, b as Plugin } from './runtime-Bv4xY4CP.js';
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from './runtime-Bv4xY4CP.js';
|
|
3
3
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import { PrintTreeOptions } from '@alloy-js/core';
|
|
5
5
|
import { EnvPluginContext, EnvPluginResolvedConfig } from './types/plugin.js';
|
|
6
|
-
export { EnvPluginOptions, EnvPluginUserConfig, EnvType } from './types/plugin.js';
|
|
6
|
+
export { EnvPluginOptions, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from './types/plugin.js';
|
|
7
7
|
export { envBabelPlugin } from './babel/plugin.js';
|
|
8
|
-
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition } from './components/env.js';
|
|
8
|
+
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition, __ΩEnvBuiltinProps } from './components/env.js';
|
|
9
9
|
export { loadEnv, loadEnvFromContext } from './helpers/load.js';
|
|
10
10
|
export { getEnvDefaultTypeDefinition, getEnvReflectionsPath, getEnvTypeReflectionsPath, getSecretsDefaultTypeDefinition, readEnvReflection, readEnvTypeReflection, readSecretsReflection, resolveRuntimeTypeFile, writeEnvReflection, writeEnvReflectionSync, writeEnvTypeReflection } from './helpers/persistence.js';
|
|
11
|
-
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './helpers/reflect.js';
|
|
11
|
+
export { BaseEnv, BaseSecrets, CreateEnvReflectionOptions, __ΩCreateEnvReflectionOptions, createEnvReflection, createSecretsReflection, mergeEnvReflections, mergeSecretsReflections, reflectEnv, reflectSecrets } from './helpers/reflect.js';
|
|
12
12
|
export { formatEnvField, removeEnvPrefix } from './helpers/source-file-env.js';
|
|
13
13
|
export { createTemplateReflection } from './helpers/template-helpers.js';
|
|
14
14
|
import '@stryke/env/get-env-paths';
|
|
@@ -29,7 +29,7 @@ import '@babel/helper-plugin-utils';
|
|
|
29
29
|
import '@stryke/types/array';
|
|
30
30
|
import '@stryke/types/tsconfig';
|
|
31
31
|
import 'typescript';
|
|
32
|
-
import './vfs-
|
|
32
|
+
import './vfs-BS4ST5TO.js';
|
|
33
33
|
import '@stryke/json/types';
|
|
34
34
|
import 'node:fs';
|
|
35
35
|
import '@deepkit/type';
|
|
@@ -16,7 +16,7 @@ import { BabelAPI } from '@babel/helper-plugin-utils';
|
|
|
16
16
|
import { ArrayValues } from '@stryke/types/array';
|
|
17
17
|
import { TsConfigJson, CompilerOptions } from '@stryke/types/tsconfig';
|
|
18
18
|
import ts from 'typescript';
|
|
19
|
-
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-
|
|
19
|
+
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-BS4ST5TO.js';
|
|
20
20
|
|
|
21
21
|
type BabelPluginPass<TState = unknown> = PluginPass & TState;
|
|
22
22
|
type BabelTransformPluginFilter = (code: string, id: string) => boolean;
|
|
@@ -584,6 +584,15 @@ interface OutputConfig {
|
|
|
584
584
|
* @defaultValue "dist/\{projectRoot\}"
|
|
585
585
|
*/
|
|
586
586
|
outputPath?: string;
|
|
587
|
+
/**
|
|
588
|
+
* The output directory path for the project build.
|
|
589
|
+
*
|
|
590
|
+
* @remarks
|
|
591
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
592
|
+
*
|
|
593
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
594
|
+
*/
|
|
595
|
+
distPath?: string;
|
|
587
596
|
/**
|
|
588
597
|
* The format of the output files
|
|
589
598
|
*
|
|
@@ -1875,5 +1884,7 @@ interface SecretsInterface {
|
|
|
1875
1884
|
*/
|
|
1876
1885
|
ENCRYPTION_KEY: string;
|
|
1877
1886
|
}
|
|
1887
|
+
declare type __ΩEnvInterface = any[];
|
|
1888
|
+
declare type __ΩSecretsInterface = any[];
|
|
1878
1889
|
|
|
1879
|
-
export type { BabelUserConfig as B, Context as C, DeclareBabelTransformPluginReturn as D, EnvInterface as E, PluginContext as P, ResolvedConfig as R, SecretsInterface as S, UnresolvedContext as U, EnvironmentResolvedConfig as a, Plugin as b,
|
|
1890
|
+
export type { BabelUserConfig as B, Context as C, DeclareBabelTransformPluginReturn as D, EnvInterface as E, PluginContext as P, ResolvedConfig as R, SecretsInterface as S, UnresolvedContext as U, __ΩEnvInterface as _, EnvironmentResolvedConfig as a, Plugin as b, __ΩSecretsInterface as c, UserConfig as d, BabelResolvedConfig as e };
|
|
@@ -16,7 +16,7 @@ import { BabelAPI } from '@babel/helper-plugin-utils';
|
|
|
16
16
|
import { ArrayValues } from '@stryke/types/array';
|
|
17
17
|
import { TsConfigJson, CompilerOptions } from '@stryke/types/tsconfig';
|
|
18
18
|
import ts from 'typescript';
|
|
19
|
-
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-
|
|
19
|
+
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-BS4ST5TO.cjs';
|
|
20
20
|
|
|
21
21
|
type BabelPluginPass<TState = unknown> = PluginPass & TState;
|
|
22
22
|
type BabelTransformPluginFilter = (code: string, id: string) => boolean;
|
|
@@ -584,6 +584,15 @@ interface OutputConfig {
|
|
|
584
584
|
* @defaultValue "dist/\{projectRoot\}"
|
|
585
585
|
*/
|
|
586
586
|
outputPath?: string;
|
|
587
|
+
/**
|
|
588
|
+
* The output directory path for the project build.
|
|
589
|
+
*
|
|
590
|
+
* @remarks
|
|
591
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
592
|
+
*
|
|
593
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
594
|
+
*/
|
|
595
|
+
distPath?: string;
|
|
587
596
|
/**
|
|
588
597
|
* The format of the output files
|
|
589
598
|
*
|
|
@@ -1875,5 +1884,7 @@ interface SecretsInterface {
|
|
|
1875
1884
|
*/
|
|
1876
1885
|
ENCRYPTION_KEY: string;
|
|
1877
1886
|
}
|
|
1887
|
+
declare type __ΩEnvInterface = any[];
|
|
1888
|
+
declare type __ΩSecretsInterface = any[];
|
|
1878
1889
|
|
|
1879
|
-
export type { BabelUserConfig as B, Context as C, DeclareBabelTransformPluginReturn as D, EnvInterface as E, PluginContext as P, ResolvedConfig as R, SecretsInterface as S, UnresolvedContext as U, EnvironmentResolvedConfig as a, Plugin as b,
|
|
1890
|
+
export type { BabelUserConfig as B, Context as C, DeclareBabelTransformPluginReturn as D, EnvInterface as E, PluginContext as P, ResolvedConfig as R, SecretsInterface as S, UnresolvedContext as U, __ΩEnvInterface as _, EnvironmentResolvedConfig as a, Plugin as b, __ΩSecretsInterface as c, UserConfig as d, BabelResolvedConfig as e };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType } from './plugin.cjs';
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from './plugin.cjs';
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-DpsPYVzV.cjs';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
|
@@ -22,6 +22,6 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType } from './plugin.js';
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType } from './plugin.js';
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-Bv4xY4CP.js';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
|
@@ -22,6 +22,6 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
2
2
|
import { ReflectionClass } from '@deepkit/type';
|
|
3
3
|
import * as $ from '@stryke/capnp';
|
|
4
|
-
import { B as BabelUserConfig,
|
|
4
|
+
import { B as BabelUserConfig, d as UserConfig, R as ResolvedConfig, e as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-DpsPYVzV.cjs';
|
|
5
5
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
6
6
|
import { DotenvConfiguration, TypeDefinitionParameter, TypeDefinition } from '@stryke/types/configuration';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
@@ -21,7 +21,7 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
26
|
import 'node:fs';
|
|
27
27
|
|
|
@@ -1721,5 +1721,10 @@ interface EnvPluginContext<TResolvedConfig extends EnvPluginResolvedConfig = Env
|
|
|
1721
1721
|
injected: Reflection;
|
|
1722
1722
|
};
|
|
1723
1723
|
}
|
|
1724
|
+
declare type __ΩEnvType = any[];
|
|
1725
|
+
declare type __ΩEnvPluginOptions = any[];
|
|
1726
|
+
declare type __ΩEnvPluginUserConfig = any[];
|
|
1727
|
+
declare type __ΩEnvPluginResolvedConfig = any[];
|
|
1728
|
+
declare type __ΩEnvPluginContext = any[];
|
|
1724
1729
|
|
|
1725
|
-
export type { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType };
|
|
1730
|
+
export type { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
2
2
|
import { ReflectionClass } from '@deepkit/type';
|
|
3
3
|
import * as $ from '@stryke/capnp';
|
|
4
|
-
import { B as BabelUserConfig,
|
|
4
|
+
import { B as BabelUserConfig, d as UserConfig, R as ResolvedConfig, e as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-Bv4xY4CP.js';
|
|
5
5
|
import { DotenvParseOutput } from '@stryke/env/types';
|
|
6
6
|
import { DotenvConfiguration, TypeDefinitionParameter, TypeDefinition } from '@stryke/types/configuration';
|
|
7
7
|
import '@stryke/env/get-env-paths';
|
|
@@ -21,7 +21,7 @@ import '@babel/helper-plugin-utils';
|
|
|
21
21
|
import '@stryke/types/array';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
|
-
import '../vfs-
|
|
24
|
+
import '../vfs-BS4ST5TO.js';
|
|
25
25
|
import '@stryke/json/types';
|
|
26
26
|
import 'node:fs';
|
|
27
27
|
|
|
@@ -1721,5 +1721,10 @@ interface EnvPluginContext<TResolvedConfig extends EnvPluginResolvedConfig = Env
|
|
|
1721
1721
|
injected: Reflection;
|
|
1722
1722
|
};
|
|
1723
1723
|
}
|
|
1724
|
+
declare type __ΩEnvType = any[];
|
|
1725
|
+
declare type __ΩEnvPluginOptions = any[];
|
|
1726
|
+
declare type __ΩEnvPluginUserConfig = any[];
|
|
1727
|
+
declare type __ΩEnvPluginResolvedConfig = any[];
|
|
1728
|
+
declare type __ΩEnvPluginContext = any[];
|
|
1724
1729
|
|
|
1725
|
-
export type { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType };
|
|
1730
|
+
export type { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType, __ΩEnvPluginContext, __ΩEnvPluginOptions, __ΩEnvPluginResolvedConfig, __ΩEnvPluginUserConfig, __ΩEnvType };
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-DpsPYVzV.cjs';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -17,6 +17,6 @@ import '@babel/helper-plugin-utils';
|
|
|
17
17
|
import '@stryke/types/array';
|
|
18
18
|
import '@stryke/types/tsconfig';
|
|
19
19
|
import 'typescript';
|
|
20
|
-
import '../vfs-
|
|
20
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
21
21
|
import '@stryke/json/types';
|
|
22
22
|
import 'node:fs';
|
package/dist/types/runtime.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface, _ as __ΩEnvInterface, c as __ΩSecretsInterface } from '../runtime-Bv4xY4CP.js';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -17,6 +17,6 @@ import '@babel/helper-plugin-utils';
|
|
|
17
17
|
import '@stryke/types/array';
|
|
18
18
|
import '@stryke/types/tsconfig';
|
|
19
19
|
import 'typescript';
|
|
20
|
-
import '../vfs-
|
|
20
|
+
import '../vfs-BS4ST5TO.js';
|
|
21
21
|
import '@stryke/json/types';
|
|
22
22
|
import 'node:fs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PrimitiveJsonValue } from '@stryke/json/types';
|
|
2
2
|
import { PathLike, StatSyncOptions, Stats, RmDirOptions, RmOptions, Mode, MakeDirectoryOptions as MakeDirectoryOptions$1, PathOrFileDescriptor, WriteFileOptions as WriteFileOptions$1 } from 'node:fs';
|
|
3
3
|
|
|
4
|
-
declare const __VFS_PATCH__
|
|
5
|
-
declare const __VFS_REVERT__
|
|
4
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
5
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
6
6
|
type OutputModeType = "fs" | "virtual";
|
|
7
7
|
interface VirtualFile {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PrimitiveJsonValue } from '@stryke/json/types';
|
|
2
2
|
import { PathLike, StatSyncOptions, Stats, RmDirOptions, RmOptions, Mode, MakeDirectoryOptions as MakeDirectoryOptions$1, PathOrFileDescriptor, WriteFileOptions as WriteFileOptions$1 } from 'node:fs';
|
|
3
3
|
|
|
4
|
-
declare const __VFS_PATCH__
|
|
5
|
-
declare const __VFS_REVERT__
|
|
4
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
5
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
6
6
|
type OutputModeType = "fs" | "virtual";
|
|
7
7
|
interface VirtualFile {
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
|
|
6
6
|
"repository": {
|
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
"@alloy-js/typescript": "^0.20.0",
|
|
180
180
|
"@babel/core": "^7.28.5",
|
|
181
181
|
"@babel/types": "^7.28.5",
|
|
182
|
-
"@powerlines/alloy": "^0.11.
|
|
183
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
184
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
185
|
-
"@storm-software/config-tools": "^1.188.
|
|
182
|
+
"@powerlines/alloy": "^0.11.29",
|
|
183
|
+
"@powerlines/plugin-babel": "^0.12.29",
|
|
184
|
+
"@powerlines/plugin-plugin": "^0.11.28",
|
|
185
|
+
"@storm-software/config-tools": "^1.188.42",
|
|
186
186
|
"@stryke/capnp": "^0.12.21",
|
|
187
187
|
"@stryke/env": "^0.20.14",
|
|
188
188
|
"@stryke/fs": "^0.32.13",
|
|
@@ -190,18 +190,18 @@
|
|
|
190
190
|
"@stryke/string-format": "^0.12.2",
|
|
191
191
|
"@stryke/type-checks": "^0.3.12",
|
|
192
192
|
"@stryke/types": "^0.10.2",
|
|
193
|
-
"powerlines": "^0.
|
|
193
|
+
"powerlines": "^0.23.3"
|
|
194
194
|
},
|
|
195
195
|
"devDependencies": {
|
|
196
196
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
197
197
|
"@babel/preset-typescript": "^7.28.5",
|
|
198
|
-
"@powerlines/nx": "^0.10.
|
|
199
|
-
"@storm-software/tsup": "^0.2.
|
|
200
|
-
"@types/node": "^
|
|
198
|
+
"@powerlines/nx": "^0.10.20",
|
|
199
|
+
"@storm-software/tsup": "^0.2.40",
|
|
200
|
+
"@types/node": "^24.10.1",
|
|
201
201
|
"tsup": "8.4.0",
|
|
202
202
|
"typescript": "^5.9.3",
|
|
203
203
|
"vite": "^7.2.2"
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
207
207
|
}
|