@powerlines/plugin-env 0.13.15 → 0.13.16
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/helpers/index.d.cts +2 -2
- package/dist/helpers/index.d.ts +2 -2
- package/dist/helpers/load.d.cts +3 -3
- package/dist/helpers/load.d.ts +3 -3
- package/dist/helpers/persistence.cjs +1 -1
- package/dist/helpers/persistence.d.cts +5 -5
- package/dist/helpers/persistence.d.ts +5 -5
- package/dist/helpers/persistence.js +1 -1
- package/dist/helpers/reflect.d.cts +2 -2
- package/dist/helpers/reflect.d.ts +2 -2
- package/dist/helpers/template-helpers.d.cts +2 -2
- package/dist/helpers/template-helpers.d.ts +2 -2
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/{runtime-nCpMYmRi.d.ts → runtime-DEVUXRrw.d.ts} +138 -52
- package/dist/{runtime-BRVCxO4z.d.cts → runtime-DsoL32bv.d.cts} +138 -52
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/plugin.d.cts +2 -2
- package/dist/types/plugin.d.ts +2 -2
- package/dist/types/runtime.d.cts +2 -2
- package/dist/types/runtime.d.ts +2 -2
- package/package.json +7 -7
package/dist/types/index.d.cts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType } from './plugin.cjs';
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface } from '../runtime-DsoL32bv.cjs';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
7
7
|
import '@stryke/types/configuration';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
|
+
import '@stryke/types/base';
|
|
9
10
|
import '@stryke/types/package-json';
|
|
10
11
|
import 'jiti';
|
|
11
12
|
import 'oxc-parser';
|
|
@@ -15,7 +16,6 @@ import '@babel/core';
|
|
|
15
16
|
import '@storm-software/build-tools/types';
|
|
16
17
|
import '@storm-software/config-tools/types';
|
|
17
18
|
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/base';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
21
21
|
import '@babel/helper-plugin-utils';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig, EnvType } from './plugin.js';
|
|
2
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
2
|
+
export { E as EnvInterface, S as SecretsInterface } from '../runtime-DEVUXRrw.js';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
|
6
6
|
import '@stryke/env/types';
|
|
7
7
|
import '@stryke/types/configuration';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
|
+
import '@stryke/types/base';
|
|
9
10
|
import '@stryke/types/package-json';
|
|
10
11
|
import 'jiti';
|
|
11
12
|
import 'oxc-parser';
|
|
@@ -15,7 +16,6 @@ import '@babel/core';
|
|
|
15
16
|
import '@storm-software/build-tools/types';
|
|
16
17
|
import '@storm-software/config-tools/types';
|
|
17
18
|
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/base';
|
|
19
19
|
import '@stryke/types/file';
|
|
20
20
|
import 'vite';
|
|
21
21
|
import '@babel/helper-plugin-utils';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
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, c as UserConfig, R as ResolvedConfig, d as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-DsoL32bv.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';
|
|
8
|
+
import '@stryke/types/base';
|
|
8
9
|
import '@stryke/types/package-json';
|
|
9
10
|
import 'jiti';
|
|
10
11
|
import 'oxc-parser';
|
|
@@ -14,7 +15,6 @@ import '@babel/core';
|
|
|
14
15
|
import '@storm-software/build-tools/types';
|
|
15
16
|
import '@storm-software/config-tools/types';
|
|
16
17
|
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/base';
|
|
18
18
|
import '@stryke/types/file';
|
|
19
19
|
import 'vite';
|
|
20
20
|
import '@babel/helper-plugin-utils';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
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, c as UserConfig, R as ResolvedConfig, d as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-DEVUXRrw.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';
|
|
8
|
+
import '@stryke/types/base';
|
|
8
9
|
import '@stryke/types/package-json';
|
|
9
10
|
import 'jiti';
|
|
10
11
|
import 'oxc-parser';
|
|
@@ -14,7 +15,6 @@ import '@babel/core';
|
|
|
14
15
|
import '@storm-software/build-tools/types';
|
|
15
16
|
import '@storm-software/config-tools/types';
|
|
16
17
|
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/base';
|
|
18
18
|
import '@stryke/types/file';
|
|
19
19
|
import 'vite';
|
|
20
20
|
import '@babel/helper-plugin-utils';
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface } from '../runtime-DsoL32bv.cjs';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
3
4
|
import '@stryke/types/package-json';
|
|
4
5
|
import 'jiti';
|
|
5
6
|
import 'oxc-parser';
|
|
@@ -9,7 +10,6 @@ import '@babel/core';
|
|
|
9
10
|
import '@storm-software/build-tools/types';
|
|
10
11
|
import '@storm-software/config-tools/types';
|
|
11
12
|
import '@storm-software/config/types';
|
|
12
|
-
import '@stryke/types/base';
|
|
13
13
|
import '@stryke/types/configuration';
|
|
14
14
|
import '@stryke/types/file';
|
|
15
15
|
import 'vite';
|
package/dist/types/runtime.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
export { E as EnvInterface, S as SecretsInterface } from '../runtime-DEVUXRrw.js';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
3
4
|
import '@stryke/types/package-json';
|
|
4
5
|
import 'jiti';
|
|
5
6
|
import 'oxc-parser';
|
|
@@ -9,7 +10,6 @@ import '@babel/core';
|
|
|
9
10
|
import '@storm-software/build-tools/types';
|
|
10
11
|
import '@storm-software/config-tools/types';
|
|
11
12
|
import '@storm-software/config/types';
|
|
12
|
-
import '@stryke/types/base';
|
|
13
13
|
import '@stryke/types/configuration';
|
|
14
14
|
import '@stryke/types/file';
|
|
15
15
|
import 'vite';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.16",
|
|
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,9 +179,9 @@
|
|
|
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.
|
|
182
|
+
"@powerlines/alloy": "^0.11.19",
|
|
183
|
+
"@powerlines/plugin-babel": "^0.12.19",
|
|
184
|
+
"@powerlines/plugin-plugin": "^0.11.18",
|
|
185
185
|
"@storm-software/config-tools": "^1.188.40",
|
|
186
186
|
"@stryke/capnp": "^0.12.21",
|
|
187
187
|
"@stryke/env": "^0.20.14",
|
|
@@ -190,12 +190,12 @@
|
|
|
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.20.0"
|
|
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.
|
|
198
|
+
"@powerlines/nx": "^0.10.10",
|
|
199
199
|
"@storm-software/tsup": "^0.2.38",
|
|
200
200
|
"@types/node": "^22.19.1",
|
|
201
201
|
"tsup": "8.4.0",
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
"vite": "^7.2.2"
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "e33924ab31dbf508b8983523edbaecffeebbee4f"
|
|
207
207
|
}
|