@powerlines/plugin-env 0.16.346 → 0.16.348
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/plugin.d.cts +1 -0
- package/dist/babel/plugin.d.cts.map +1 -1
- package/dist/babel/plugin.d.mts +1 -0
- package/dist/components/docs.d.cts +0 -1
- package/dist/components/docs.d.cts.map +1 -1
- package/dist/components/docs.d.mts +0 -1
- package/dist/components/env-builtin.d.cts +0 -1
- package/dist/components/env-builtin.d.cts.map +1 -1
- package/dist/components/env-builtin.d.mts +0 -1
- package/dist/helpers/automd-generator.d.cts +0 -1
- package/dist/helpers/automd-generator.d.cts.map +1 -1
- package/dist/helpers/automd-generator.d.mts +0 -1
- package/dist/helpers/load.d.cts +3 -4
- package/dist/helpers/load.d.cts.map +1 -1
- package/dist/helpers/load.d.mts +3 -4
- package/dist/helpers/schema.d.cts +0 -1
- package/dist/helpers/schema.d.cts.map +1 -1
- package/dist/helpers/schema.d.mts +0 -1
- package/dist/helpers/source-file-env.d.cts +0 -1
- package/dist/helpers/source-file-env.d.cts.map +1 -1
- package/dist/helpers/source-file-env.d.mts +0 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/types/env.d.cts +1 -1
- package/dist/types/env.d.cts.map +1 -1
- package/dist/types/env.d.mts +1 -1
- package/dist/types/plugin.d.cts +0 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +0 -1
- package/package.json +12 -12
package/dist/babel/plugin.d.cts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginResolvedConfig } from "../types/plugin.cjs";
|
|
2
|
+
import "../index.cjs";
|
|
2
3
|
//#region src/babel/plugin.d.ts
|
|
3
4
|
declare const envBabelPlugin: import("@powerlines/plugin-babel").DeclareBabelTransformPluginReturn<EnvPluginContext<EnvPluginResolvedConfig>, object>;
|
|
4
5
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/babel/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/babel/plugin.ts"],"mappings":";;;cAmCa,mDAAc,kCAAA,iBAAd"}
|
package/dist/babel/plugin.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginResolvedConfig } from "../types/plugin.mjs";
|
|
2
|
+
import "../index.mjs";
|
|
2
3
|
//#region src/babel/plugin.d.ts
|
|
3
4
|
declare const envBabelPlugin: import("@powerlines/plugin-babel").DeclareBabelTransformPluginReturn<EnvPluginContext<EnvPluginResolvedConfig>, object>;
|
|
4
5
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":";;UAgCiB,yBAAyB,QAAQ;;;;;;;;;EAShD;;;;;iBAMc,YAAY,OAAO,4CAAgB"}
|
|
@@ -2,7 +2,6 @@ import { Children } from "@alloy-js/core";
|
|
|
2
2
|
import { JsonSchemaObject } from "@powerlines/schema";
|
|
3
3
|
import { ComponentProps } from "@powerlines/plugin-alloy/types/components";
|
|
4
4
|
import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components";
|
|
5
|
-
|
|
6
5
|
//#region src/components/env-builtin.d.ts
|
|
7
6
|
interface EnvTypeDefinitionProps extends ComponentProps {
|
|
8
7
|
schema: JsonSchemaObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;UAiEiB,+BAA+B;EAC9C,QAAQ;;;;;iBAMM,kBAAkB,OAAO,yBAAsB;UA6L9C,wBAAwB,KAAK;EAC5C,gBAAgB;;;;;iBASF,WAAW,OAAO,kBAAe"}
|
|
@@ -2,7 +2,6 @@ import { JsonSchemaObject } from "@powerlines/schema";
|
|
|
2
2
|
import { Children } from "@alloy-js/core";
|
|
3
3
|
import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components";
|
|
4
4
|
import { ComponentProps } from "@powerlines/plugin-alloy/types/components";
|
|
5
|
-
|
|
6
5
|
//#region src/components/env-builtin.d.ts
|
|
7
6
|
interface EnvTypeDefinitionProps extends ComponentProps {
|
|
8
7
|
schema: JsonSchemaObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;;cA6Ba,MAAO,SAAS,uCAAiB"}
|
package/dist/helpers/load.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginOptions } from "../types/plugin.cjs";
|
|
2
2
|
import { WorkspaceConfig } from "powerlines";
|
|
3
3
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
4
|
-
|
|
5
4
|
//#region src/helpers/load.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Retrieves various dotenv configuration parameters from the context.
|
|
@@ -20,15 +19,15 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
19
|
RELEASE_TAG: string;
|
|
21
20
|
DEFAULT_LOCALE: string | undefined;
|
|
22
21
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
22
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
23
|
ERROR_URL: string | undefined;
|
|
25
24
|
ORGANIZATION: string | undefined;
|
|
26
25
|
PLATFORM: "node" | "browser" | "neutral";
|
|
27
|
-
MODE: "
|
|
26
|
+
MODE: "development" | "test" | "production";
|
|
28
27
|
TEST: boolean;
|
|
29
28
|
DEBUG: boolean;
|
|
30
29
|
STACKTRACE: boolean;
|
|
31
|
-
RUNTIME: "
|
|
30
|
+
RUNTIME: "browser" | "nodejs" | "workerd" | "edge" | undefined;
|
|
32
31
|
ENVIRONMENT: string;
|
|
33
32
|
};
|
|
34
33
|
declare function loadEnv<TEnv extends DotenvParseOutput = DotenvParseOutput>(context: EnvPluginContext, options?: EnvPluginOptions): Promise<TEnv>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"load.d.cts","names":[],"sources":["../../src/helpers/load.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"load.d.cts","names":[],"sources":["../../src/helpers/load.ts"],"mappings":";;;;;;;;;;;iBAiGgB,mBACd,SAAS,kBACT,QAAQ,mBACR,kBAAkB;;;;;;;;;;;;;;;;;;;;;iBA4DE,QACpB,aAAa,oBAAoB,mBAEjC,SAAS,kBACT,UAAS,mBACR,QAAQ"}
|
package/dist/helpers/load.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginOptions } from "../types/plugin.mjs";
|
|
2
2
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
3
3
|
import { WorkspaceConfig } from "powerlines";
|
|
4
|
-
|
|
5
4
|
//#region src/helpers/load.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Retrieves various dotenv configuration parameters from the context.
|
|
@@ -20,15 +19,15 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
19
|
RELEASE_TAG: string;
|
|
21
20
|
DEFAULT_LOCALE: string | undefined;
|
|
22
21
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
22
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
23
|
ERROR_URL: string | undefined;
|
|
25
24
|
ORGANIZATION: string | undefined;
|
|
26
25
|
PLATFORM: "node" | "browser" | "neutral";
|
|
27
|
-
MODE: "
|
|
26
|
+
MODE: "development" | "test" | "production";
|
|
28
27
|
TEST: boolean;
|
|
29
28
|
DEBUG: boolean;
|
|
30
29
|
STACKTRACE: boolean;
|
|
31
|
-
RUNTIME: "
|
|
30
|
+
RUNTIME: "browser" | "nodejs" | "workerd" | "edge" | undefined;
|
|
32
31
|
ENVIRONMENT: string;
|
|
33
32
|
};
|
|
34
33
|
declare function loadEnv<TEnv extends DotenvParseOutput = DotenvParseOutput>(context: EnvPluginContext, options?: EnvPluginOptions): Promise<TEnv>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EnvPluginContext } from "../types/plugin.cjs";
|
|
2
2
|
import { UnresolvedContext } from "powerlines";
|
|
3
3
|
import { FileReference } from "@stryke/types/configuration";
|
|
4
|
-
|
|
5
4
|
//#region src/helpers/schema.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Resolves the runtime type definition file for the environment variables.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.cts","names":[],"sources":["../../src/helpers/schema.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema.d.cts","names":[],"sources":["../../src/helpers/schema.ts"],"mappings":";;;;;;;;;;iBA6CsB,uBACpB,iBAAiB,mBACjB,SAAS,WAAW;;;;;;;iBAiBA,iBAAiB,iBAAiB,mBACtD,SAAS,WACR,QAAQ;;;;;;iBAYW,kBAAkB,iBAAiB,mBACvD,SAAS,WACR,QAAQ;;;;;;;iBAaK,kBAAkB,iBAAiB,kBACjD,SAAS;iBAKK,iBAAiB,iBAAiB,kBAChD,SAAS,UACT;;;;;;;;;;iBA+CoB,WAAW,iBAAiB,kBAChD,SAAS,WACR;;;;;;;iBAsNmB,SAAS,iBAAiB,kBAC9C,SAAS,WACR"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EnvPluginContext } from "../types/plugin.mjs";
|
|
2
2
|
import { UnresolvedContext } from "powerlines";
|
|
3
3
|
import { FileReference } from "@stryke/types/configuration";
|
|
4
|
-
|
|
5
4
|
//#region src/helpers/schema.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Resolves the runtime type definition file for the environment variables.
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
2
|
-
|
|
3
2
|
//#region src/helpers/source-file-env.d.ts
|
|
4
3
|
type TReturned<TEnv> = TEnv extends string ? string : DotenvParseOutput;
|
|
5
4
|
declare function removeEnvPrefix<TEnv extends DotenvParseOutput | string>(env: TEnv): TReturned<TEnv>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source-file-env.d.cts","names":[],"sources":["../../src/helpers/source-file-env.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"source-file-env.d.cts","names":[],"sources":["../../src/helpers/source-file-env.ts"],"mappings":";;KAuBK,UAAU,QAAQ,+BAA+B;iBAEtC,gBAAgB,aAAa,4BAC3C,KAAK,OACJ,UAAU;iBA2BG,eAAe"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
2
|
-
|
|
3
2
|
//#region src/helpers/source-file-env.d.ts
|
|
4
3
|
type TReturned<TEnv> = TEnv extends string ? string : DotenvParseOutput;
|
|
5
4
|
declare function removeEnvPrefix<TEnv extends DotenvParseOutput | string>(env: TEnv): TReturned<TEnv>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvSchema, EnvType } from "./types/plugin.cjs";
|
|
2
2
|
import { EnvInterface, SecretsInterface } from "./types/env.cjs";
|
|
3
|
+
import "./types/index.cjs";
|
|
3
4
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
declare module "powerlines" {
|
|
7
7
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;;YA4CY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;;YA4CY;IACR,MAAM;;;;;;cAOG,SAAU,iBAAiB,mBAAmB,kBACzD,UAAS,qBAyGJ,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvSchema, EnvType } from "./types/plugin.mjs";
|
|
2
2
|
import { EnvInterface, SecretsInterface } from "./types/env.mjs";
|
|
3
|
+
import "./types/index.mjs";
|
|
3
4
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
declare module "powerlines" {
|
|
7
7
|
interface Config {
|
package/dist/types/env.d.cts
CHANGED
|
@@ -140,7 +140,7 @@ interface EnvInterface {
|
|
|
140
140
|
*
|
|
141
141
|
* @remarks
|
|
142
142
|
* This variable is used to force hyperlinks in terminal output, even if the terminal does not support them. This is useful for debugging and development purposes.
|
|
143
|
-
|
|
143
|
+
* @category node
|
|
144
144
|
*/
|
|
145
145
|
FORCE_HYPERLINK: boolean | number;
|
|
146
146
|
/**
|
package/dist/types/env.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.cts","names":[],"sources":["../../src/types/env.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"env.d.cts","names":[],"sources":["../../src/types/env.ts"],"mappings":";;;;;;;;;;;;UA6BiB;;;;;;;WAON;;;;;;;;;WAUA;;;;;;;WAQA;;;;;;;WAQA;;;;;;;WAQA;;;;;;;WAQA;;;;;;;WAQA;;;;;;;;;;;EAYT;;;;EAKA;;;;;;;;EASA;;;;;;;;;;;;EAaA;;;;;;;;EASA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;EAOA;;;;;;;;EAUA;;;;;;;;;WAUS;;;;;;;;;WAUA;;;;;;;;;;;;WAaA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;EAOT;;;;;;EAOA;;;;;;;;;;EAWA;;;;;;;EAQA;;;;;;;EAQA;;;;;;;;EASA;;;;;;;;EASA;;;;;;;;;WAUS;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WASA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;WAUA;;;;;;;;;;;EAYT;;;;;;;;;;;EAYA;;;;;;;;;;;EAYA;;;;;;;;;;;EAYA;;;;;;;;;;;EAYA;;;;;;;;;;;;;;WAeS;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;WAeA;;;;;;;;;;;;;;;EAgBT;;;;;;;;UASe;;;;;;;;;EASf"}
|
package/dist/types/env.d.mts
CHANGED
|
@@ -140,7 +140,7 @@ interface EnvInterface {
|
|
|
140
140
|
*
|
|
141
141
|
* @remarks
|
|
142
142
|
* This variable is used to force hyperlinks in terminal output, even if the terminal does not support them. This is useful for debugging and development purposes.
|
|
143
|
-
|
|
143
|
+
* @category node
|
|
144
144
|
*/
|
|
145
145
|
FORCE_HYPERLINK: boolean | number;
|
|
146
146
|
/**
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -5,7 +5,6 @@ import { JsonSchemaObject, Schema, SchemaInput } from "@powerlines/schema";
|
|
|
5
5
|
import { DotenvParseOutput } from "@stryke/env/types";
|
|
6
6
|
import { RequiredKeys } from "@stryke/types";
|
|
7
7
|
import { DotenvConfiguration } from "@stryke/types/configuration";
|
|
8
|
-
|
|
9
8
|
//#region src/types/plugin.d.ts
|
|
10
9
|
type EnvType = "env" | "secrets";
|
|
11
10
|
type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;;;;KA+BY;KAEA,mBAAmB,KAAK;;;;EAIlC,SAAS;;;;EAKT,UAAU;;;;;;;EAQV;;;;;;EAOA;;;;;;EAOA;;;;;;;EAQA,gBAAgB;;;;;;;EAQhB,QAAQ;;;;;;;EAQR,SAAS;;KAGC,sBAAsB;EAChC,KAAK;;KAGK,0BAA0B;EACpC,KAAK,SAAS,KAAK,2CACjB,aAAa;;;;;;;IAOX;;;;;;;IAQA;;;;;;;IAQA;;;;;;;;;KAUM,YAAY,OAAO;;;;;;;EAO7B;;UAGe,iBACf,wBAAwB,0BAA0B,iCAC1C,mBAAmB;EAC3B;;;;;;;IAOE,QAAQ;;;;;;;IAQR,SAAS;;;;;;;IAQT,QAAQ;;;;;;;IAQR"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
|
|
|
5
5
|
import { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
|
|
6
6
|
import { RequiredKeys } from "@stryke/types";
|
|
7
7
|
import { DotenvConfiguration } from "@stryke/types/configuration";
|
|
8
|
-
|
|
9
8
|
//#region src/types/plugin.d.ts
|
|
10
9
|
type EnvType = "env" | "secrets";
|
|
11
10
|
type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.348",
|
|
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"],
|
|
@@ -249,14 +249,14 @@
|
|
|
249
249
|
"@alloy-js/markdown": "^0.23.0",
|
|
250
250
|
"@alloy-js/typescript": "^0.23.0",
|
|
251
251
|
"@babel/core": "^8.0.1",
|
|
252
|
-
"@babel/types": "^8.0.
|
|
253
|
-
"@powerlines/core": "0.48.
|
|
254
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
255
|
-
"@powerlines/plugin-automd": "0.1.
|
|
256
|
-
"@powerlines/plugin-babel": "0.13.
|
|
257
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
258
|
-
"@powerlines/schema": "0.11.
|
|
259
|
-
"@storm-software/config-tools": "^1.190.
|
|
252
|
+
"@babel/types": "^8.0.4",
|
|
253
|
+
"@powerlines/core": "0.48.65",
|
|
254
|
+
"@powerlines/plugin-alloy": "0.26.237",
|
|
255
|
+
"@powerlines/plugin-automd": "0.1.605",
|
|
256
|
+
"@powerlines/plugin-babel": "0.13.140",
|
|
257
|
+
"@powerlines/plugin-plugin": "0.12.556",
|
|
258
|
+
"@powerlines/schema": "0.11.126",
|
|
259
|
+
"@storm-software/config-tools": "^1.190.107",
|
|
260
260
|
"@stryke/capnp": "^0.12.122",
|
|
261
261
|
"@stryke/convert": "^0.7.26",
|
|
262
262
|
"@stryke/env": "^0.20.113",
|
|
@@ -270,9 +270,9 @@
|
|
|
270
270
|
"automd": "^0.4.3",
|
|
271
271
|
"c12": "^3.3.4",
|
|
272
272
|
"defu": "^6.1.7",
|
|
273
|
-
"powerlines": "0.47.
|
|
273
|
+
"powerlines": "0.47.144"
|
|
274
274
|
},
|
|
275
|
-
"devDependencies": { "@types/node": "^25.9.
|
|
275
|
+
"devDependencies": { "@types/node": "^25.9.5", "vite": "^8.1.4" },
|
|
276
276
|
"publishConfig": { "access": "public" },
|
|
277
|
-
"gitHead": "
|
|
277
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
278
278
|
}
|