@powerlines/plugin-env 0.15.10 → 0.15.12
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.cjs +3 -1
- package/dist/babel/index.d.cts +2 -1
- package/dist/babel/index.d.mts +2 -1
- package/dist/babel/index.mjs +1 -1
- package/dist/babel/plugin.cjs +7 -7
- package/dist/babel/plugin.d.mts +1 -1
- package/dist/babel/plugin.mjs +6 -6
- package/dist/components/docs.cjs +4 -4
- package/dist/components/docs.mjs +3 -3
- package/dist/components/env.cjs +8 -8
- package/dist/components/env.mjs +6 -6
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/deepkit/src/utilities.cjs +2 -2
- package/dist/deepkit/src/utilities.mjs +2 -2
- package/dist/helpers/automd-generator.d.cts +14 -0
- package/dist/helpers/automd-generator.d.mts +14 -0
- package/dist/helpers/create-reflection-resource.cjs +5 -5
- package/dist/helpers/create-reflection-resource.d.cts +2 -2
- package/dist/helpers/create-reflection-resource.d.mts +2 -2
- package/dist/helpers/create-reflection-resource.mjs +1 -1
- package/dist/helpers/index.cjs +33 -6
- package/dist/helpers/index.d.cts +2 -1
- package/dist/helpers/index.d.mts +2 -1
- package/dist/helpers/index.mjs +2 -2
- package/dist/helpers/load.cjs +6 -6
- package/dist/helpers/load.d.mts +1 -1
- package/dist/helpers/load.mjs +8 -8
- package/dist/helpers/persistence.cjs +10 -8
- package/dist/helpers/persistence.mjs +6 -4
- package/dist/helpers/reflect.cjs +6 -6
- package/dist/helpers/reflect.mjs +1 -1
- package/dist/helpers/source-file-env.cjs +1 -1
- package/dist/helpers/source-file-env.mjs +1 -1
- package/dist/helpers/template-helpers.cjs +2 -2
- package/dist/index.cjs +68 -68
- package/dist/index.d.cts +5 -5
- package/dist/index.d.mts +5 -6
- package/dist/index.mjs +14 -14
- package/dist/plugin-alloy/src/core/components/output.cjs +2 -2
- package/dist/plugin-alloy/src/core/components/output.mjs +2 -2
- package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +1 -1
- package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +1 -1
- package/dist/plugin-alloy/src/core/components/source-file.cjs +2 -2
- package/dist/plugin-alloy/src/core/components/source-file.mjs +2 -2
- package/dist/plugin-alloy/src/index.cjs +2 -2
- package/dist/plugin-alloy/src/index.mjs +2 -2
- package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +2 -2
- package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +2 -2
- package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +2 -2
- package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +2 -2
- package/dist/plugin-alloy/src/types/components.d.mts +0 -1
- package/dist/plugin-alloy/src/types/plugin.cjs +1 -1
- package/dist/plugin-alloy/src/types/plugin.d.cts +1 -1
- package/dist/plugin-alloy/src/types/plugin.d.mts +1 -1
- package/dist/plugin-alloy/src/types/plugin.mjs +1 -1
- package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +3 -3
- package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +3 -3
- package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +5 -5
- package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +5 -5
- package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +2 -2
- package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +2 -2
- package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +3 -3
- package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +3 -3
- package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +2 -2
- package/dist/plugin-alloy/src/typescript/components/typescript-interface.d.cts +1 -1
- package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +2 -2
- package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +4 -4
- package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +4 -4
- package/dist/plugin-automd/src/index.cjs +4 -4
- package/dist/plugin-automd/src/index.mjs +6 -6
- package/dist/plugin-automd/src/types/plugin.d.mts +1 -1
- package/dist/plugin-babel/src/helpers/create-plugin.cjs +1 -1
- package/dist/plugin-babel/src/helpers/create-plugin.mjs +1 -1
- package/dist/plugin-babel/src/helpers/filters.cjs +1 -1
- package/dist/plugin-babel/src/helpers/filters.mjs +1 -1
- package/dist/plugin-babel/src/helpers/index.cjs +3 -3
- package/dist/plugin-babel/src/helpers/index.mjs +3 -3
- package/dist/plugin-babel/src/helpers/options.cjs +1 -1
- package/dist/plugin-babel/src/helpers/options.mjs +1 -1
- package/dist/plugin-babel/src/index.cjs +6 -6
- package/dist/plugin-babel/src/index.mjs +6 -6
- package/dist/plugin-babel/src/types/plugin.cjs +1 -1
- package/dist/plugin-babel/src/types/plugin.d.cts +1 -1
- package/dist/plugin-babel/src/types/plugin.d.mts +1 -1
- package/dist/plugin-babel/src/types/plugin.mjs +1 -1
- package/dist/powerlines/src/internal/helpers/hooks.cjs +4 -4
- package/dist/powerlines/src/internal/helpers/hooks.d.mts +1 -1
- package/dist/powerlines/src/internal/helpers/hooks.mjs +4 -4
- package/dist/powerlines/src/lib/build/esbuild.cjs +3 -3
- package/dist/powerlines/src/lib/build/esbuild.mjs +3 -3
- package/dist/powerlines/src/lib/entry.cjs +5 -5
- package/dist/powerlines/src/lib/entry.mjs +5 -5
- package/dist/powerlines/src/lib/logger.cjs +2 -2
- package/dist/powerlines/src/lib/logger.mjs +2 -2
- package/dist/powerlines/src/lib/utilities/resolve.cjs +1 -1
- package/dist/powerlines/src/lib/utilities/resolve.mjs +1 -1
- package/dist/powerlines/src/types/api.d.cts +3 -3
- package/dist/powerlines/src/types/api.d.mts +3 -3
- package/dist/powerlines/src/types/babel.d.cts +1 -1
- package/dist/powerlines/src/types/babel.d.mts +1 -1
- package/dist/powerlines/src/types/build.d.cts +10 -10
- package/dist/powerlines/src/types/build.d.mts +10 -10
- package/dist/powerlines/src/types/commands.d.cts +1 -1
- package/dist/powerlines/src/types/commands.d.mts +1 -1
- package/dist/powerlines/src/types/config.d.cts +5 -5
- package/dist/powerlines/src/types/config.d.mts +5 -5
- package/dist/powerlines/src/types/context.d.cts +3 -3
- package/dist/powerlines/src/types/context.d.mts +3 -3
- package/dist/powerlines/src/types/fs.d.cts +1 -1
- package/dist/powerlines/src/types/fs.d.mts +1 -1
- package/dist/powerlines/src/types/hooks.d.cts +1 -1
- package/dist/powerlines/src/types/hooks.d.mts +1 -1
- package/dist/powerlines/src/types/index.cjs +2 -2
- package/dist/powerlines/src/types/index.d.mts +8 -8
- package/dist/powerlines/src/types/index.mjs +2 -2
- package/dist/powerlines/src/types/plugin.d.cts +4 -4
- package/dist/powerlines/src/types/plugin.d.mts +4 -4
- package/dist/powerlines/src/types/resolved.d.cts +2 -2
- package/dist/powerlines/src/types/resolved.d.mts +2 -2
- package/dist/powerlines/src/types/unplugin.d.cts +2 -2
- package/dist/powerlines/src/types/unplugin.d.mts +3 -3
- package/dist/types/plugin.cjs +8 -8
- package/dist/types/plugin.d.mts +1 -1
- package/dist/types/plugin.mjs +2 -2
- package/package.json +9 -9
- package/dist/powerlines/schemas/fs.d.mts +0 -1
- package/dist/powerlines/src/api.d.mts +0 -7
- package/dist/powerlines/src/index.d.mts +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12",
|
|
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": {
|
|
@@ -193,10 +193,10 @@
|
|
|
193
193
|
"@alloy-js/json": "^0.22.0",
|
|
194
194
|
"@babel/core": "^7.28.5",
|
|
195
195
|
"@babel/types": "^7.28.5",
|
|
196
|
-
"@powerlines/plugin-alloy": "^0.18.
|
|
197
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
198
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
199
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
196
|
+
"@powerlines/plugin-alloy": "^0.18.9",
|
|
197
|
+
"@powerlines/plugin-automd": "^0.1.127",
|
|
198
|
+
"@powerlines/plugin-babel": "^0.12.136",
|
|
199
|
+
"@powerlines/plugin-plugin": "^0.12.79",
|
|
200
200
|
"@storm-software/config-tools": "^1.188.75",
|
|
201
201
|
"@stryke/capnp": "^0.12.52",
|
|
202
202
|
"@stryke/env": "^0.20.44",
|
|
@@ -206,14 +206,14 @@
|
|
|
206
206
|
"@stryke/type-checks": "^0.5.15",
|
|
207
207
|
"@stryke/types": "^0.10.29",
|
|
208
208
|
"automd": "^0.4.2",
|
|
209
|
-
"powerlines": "^0.37.
|
|
209
|
+
"powerlines": "^0.37.1"
|
|
210
210
|
},
|
|
211
211
|
"devDependencies": {
|
|
212
|
-
"@powerlines/deepkit": "^0.5.
|
|
213
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
212
|
+
"@powerlines/deepkit": "^0.5.42",
|
|
213
|
+
"@powerlines/plugin-deepkit": "^0.11.3",
|
|
214
214
|
"@types/node": "^24.10.4",
|
|
215
215
|
"vite": "8.0.0-beta.2"
|
|
216
216
|
},
|
|
217
217
|
"publishConfig": { "access": "public" },
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "9567467b551ffd217efb054b6eee482a880bc672"
|
|
219
219
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@stryke/capnp";
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ResolveOptions, StorageAdapter, StoragePort, StoragePreset, VirtualFile, VirtualFileData, VirtualFileMetadata, VirtualFileSystemInterface, WriteOptions } from "./types/fs.mjs";
|
|
2
|
-
import { BuildConfig, BuildResolvedConfig, BuilderVariant, ESBuildBuildConfig, ESBuildResolvedBuildConfig, FarmBuildConfig, FarmResolvedBuildConfig, InferUnpluginVariant, RolldownBuildConfig, RolldownResolvedBuildConfig, RollupBuildConfig, RollupBuildOutputConfig, RollupResolvedBuildConfig, RspackBuildConfig, RspackResolvedBuildConfig, TsdownBuildConfig, TsdownResolvedBuildConfig, TsupBuildConfig, TsupResolvedBuildConfig, UnbuildBuildConfig, UnbuildResolvedBuildConfig, UnpluginBuilderVariant, ViteBuildConfig, ViteResolvedBuildConfig, WebpackBuildConfig, WebpackResolvedBuildConfig } from "./types/build.mjs";
|
|
3
|
-
import { CommandType, SUPPORTED_COMMANDS } from "./types/commands.mjs";
|
|
4
|
-
import { API } from "./types/api.mjs";
|
|
5
|
-
import { InferUnpluginOptions, UnpluginOptions } from "./types/unplugin.mjs";
|
|
6
|
-
import { Plugin, PluginHook, PluginHookFields, PluginHookFunctions, PluginHookObject, PluginHooks, TypesResult } from "./types/plugin.mjs";
|
|
7
|
-
import { HookFields, HookListOrders, HooksList, InferHookFunction, InferHookParameters, InferHookReturnType, InferHooksListItem, PluginHooksList, PluginHooksListItem, UnpluginHookFunctions, UnpluginHookList, UnpluginHookVariant, UnpluginHookVariantField, UnpluginHooksListItem } from "./types/hooks.mjs";
|
|
8
|
-
import { DeepkitOptions, ParsedTypeScriptConfig, RawReflectionMode, ReflectionLevel, ReflectionMode, TSCompilerOptions, TSConfig } from "./types/tsconfig.mjs";
|
|
9
|
-
import { APIContext, BuildPluginContext, Context, EmitEntryOptions, EmitOptions, EnvironmentContext, EnvironmentContextPlugin, FetchOptions, InitContextOptions, LogLevel, MetaInfo, ParseOptions, PluginContext, Resolver, SelectHookResult, SelectHookResultItem, SelectHooksOptions, TransformResult, UnresolvedContext, WithUnpluginBuildContext } from "./types/context.mjs";
|
|
10
|
-
import { BabelPluginPass, BabelTransformPlugin, BabelTransformPluginFilter, BabelTransformPluginOptions, DeclareBabelTransformPluginReturn } from "./types/babel.mjs";
|
|
11
|
-
import { BabelUserConfig, BaseConfig, BuildInlineConfig, CleanInlineConfig, CommonUserConfig, DeployConfig, DeployInlineConfig, DocsInlineConfig, ESBuildUserConfig, EnvironmentConfig, FarmUserConfig, InlineConfig, LintInlineConfig, LogFn, NewInlineConfig, OutputConfig, PluginConfig, PluginConfigObject, PluginConfigTuple, PluginFactory, PowerlinesCommand, PrepareInlineConfig, ProjectType, RolldownUserConfig, RollupUserConfig, RspackUserConfig, TsdownUserConfig, TsupUserConfig, UnbuildUserConfig, UserConfig, ViteUserConfig, WebpackUserConfig, WorkspaceConfig } from "./types/config.mjs";
|
|
12
|
-
import { BabelResolvedConfig, ESBuildResolvedConfig, EnvironmentResolvedConfig, FarmResolvedConfig, InferResolvedConfig, OutputResolvedConfig, ResolvedAssetGlob, ResolvedConfig, ResolvedEntryTypeDefinition, RolldownResolvedConfig, RollupResolvedConfig, RspackResolvedConfig, TsdownResolvedConfig, TsupResolvedConfig, UnbuildResolvedConfig, ViteResolvedConfig, WebpackResolvedConfig } from "./types/resolved.mjs";
|
|
13
|
-
import "./types/index.mjs";
|
|
14
|
-
import "./api.mjs";
|
|
15
|
-
import "../schemas/fs.mjs";
|