powerlines 0.21.0 → 0.22.0
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/plugin-utils/chunk-DGUQQKZF.js +41 -0
- package/dist/plugin-utils/chunk-HZIY2AV4.cjs +43 -0
- package/dist/plugin-utils/{config-BzVVjChJ.d.cts → context-BseW8r26.d.cts} +240 -240
- package/dist/plugin-utils/{config-BzVVjChJ.d.ts → context-BseW8r26.d.ts} +240 -240
- package/dist/plugin-utils/context-helpers.cjs +11 -0
- package/dist/plugin-utils/context-helpers.d.cts +29 -0
- package/dist/plugin-utils/context-helpers.d.ts +29 -0
- package/dist/plugin-utils/context-helpers.js +2 -0
- package/dist/plugin-utils/enforce.d.cts +9 -9
- package/dist/plugin-utils/enforce.d.ts +9 -9
- package/dist/plugin-utils/extend.d.cts +9 -9
- package/dist/plugin-utils/extend.d.ts +9 -9
- package/dist/plugin-utils/get-config-path.d.cts +9 -9
- package/dist/plugin-utils/get-config-path.d.ts +9 -9
- package/dist/plugin-utils/helpers.d.cts +7 -7
- package/dist/plugin-utils/helpers.d.ts +7 -7
- package/dist/plugin-utils/index.cjs +5 -0
- package/dist/plugin-utils/index.d.cts +10 -9
- package/dist/plugin-utils/index.d.ts +10 -9
- package/dist/plugin-utils/index.js +1 -0
- package/dist/plugin-utils/merge.d.cts +9 -9
- package/dist/plugin-utils/merge.d.ts +9 -9
- package/dist/plugin-utils/paths.d.cts +8 -8
- package/dist/plugin-utils/paths.d.ts +8 -8
- package/package.json +2 -2
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { P as PluginContext, a as Plugin, b as PluginFactory, c as PartialPlugin, d as PartialPluginFactory } from './
|
|
2
|
-
import '@storm-software/build-tools/types';
|
|
3
|
-
import '@storm-software/config-tools/types';
|
|
4
|
-
import '@storm-software/config/types';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
1
|
+
import { P as PluginContext, a as Plugin, b as PluginFactory, c as PartialPlugin, d as PartialPluginFactory } from './context-BseW8r26.js';
|
|
9
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Adds additional helper functionality to a plugin via a plugin builder function.
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { U as UnresolvedContext } from './
|
|
2
|
-
import '@storm-software/build-tools/types';
|
|
3
|
-
import '@storm-software/config-tools/types';
|
|
4
|
-
import '@storm-software/config/types';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
1
|
+
import { U as UnresolvedContext } from './context-BseW8r26.cjs';
|
|
9
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Get the configuration file path for a given name.
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { U as UnresolvedContext } from './
|
|
2
|
-
import '@storm-software/build-tools/types';
|
|
3
|
-
import '@storm-software/config-tools/types';
|
|
4
|
-
import '@storm-software/config/types';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
1
|
+
import { U as UnresolvedContext } from './context-BseW8r26.js';
|
|
9
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Get the configuration file path for a given name.
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { P as PluginContext, e as BasePluginHookFunctions, f as PluginHookFunctions, E as ExternalPluginHookFunctions, g as PluginHookObject, a as Plugin, R as ResolvedConfig, h as PluginConfigObject, i as PluginConfigTuple, j as PluginConfig, k as PluginHook, U as UnresolvedContext, C as ConfigResult, l as EnvironmentConfig, m as EnvironmentResolvedConfig, G as GenerateTypesResult } from './
|
|
1
|
+
import { P as PluginContext, e as BasePluginHookFunctions, f as PluginHookFunctions, E as ExternalPluginHookFunctions, g as PluginHookObject, a as Plugin, R as ResolvedConfig, h as PluginConfigObject, i as PluginConfigTuple, j as PluginConfig, k as PluginHook, U as UnresolvedContext, C as ConfigResult, l as EnvironmentConfig, m as EnvironmentResolvedConfig, G as GenerateTypesResult } from './context-BseW8r26.cjs';
|
|
2
2
|
import * as unplugin from 'unplugin';
|
|
3
3
|
import * as _stryke_types_base from '@stryke/types/base';
|
|
4
4
|
import { AnyFunction } from '@stryke/types/base';
|
|
5
|
+
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/package-json';
|
|
7
|
+
import 'jiti';
|
|
8
|
+
import 'oxc-parser';
|
|
9
|
+
import 'semver';
|
|
5
10
|
import '@storm-software/build-tools/types';
|
|
6
11
|
import '@storm-software/config-tools/types';
|
|
7
12
|
import '@storm-software/config/types';
|
|
8
13
|
import '@stryke/types/configuration';
|
|
9
14
|
import '@stryke/types/file';
|
|
10
15
|
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'oxc-parser';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import '@stryke/types/array';
|
|
17
16
|
import '@stryke/types/tsconfig';
|
|
18
17
|
import 'typescript';
|
|
19
18
|
import '@stryke/json/types';
|
|
20
19
|
import 'node:fs';
|
|
20
|
+
import '@stryke/types/array';
|
|
21
21
|
|
|
22
22
|
type BaseHooks<TContext extends PluginContext = PluginContext> = BasePluginHookFunctions<TContext>;
|
|
23
23
|
type BaseHookKeys<TContext extends PluginContext = PluginContext> = keyof BaseHooks<TContext>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { P as PluginContext, e as BasePluginHookFunctions, f as PluginHookFunctions, E as ExternalPluginHookFunctions, g as PluginHookObject, a as Plugin, R as ResolvedConfig, h as PluginConfigObject, i as PluginConfigTuple, j as PluginConfig, k as PluginHook, U as UnresolvedContext, C as ConfigResult, l as EnvironmentConfig, m as EnvironmentResolvedConfig, G as GenerateTypesResult } from './
|
|
1
|
+
import { P as PluginContext, e as BasePluginHookFunctions, f as PluginHookFunctions, E as ExternalPluginHookFunctions, g as PluginHookObject, a as Plugin, R as ResolvedConfig, h as PluginConfigObject, i as PluginConfigTuple, j as PluginConfig, k as PluginHook, U as UnresolvedContext, C as ConfigResult, l as EnvironmentConfig, m as EnvironmentResolvedConfig, G as GenerateTypesResult } from './context-BseW8r26.js';
|
|
2
2
|
import * as unplugin from 'unplugin';
|
|
3
3
|
import * as _stryke_types_base from '@stryke/types/base';
|
|
4
4
|
import { AnyFunction } from '@stryke/types/base';
|
|
5
|
+
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/package-json';
|
|
7
|
+
import 'jiti';
|
|
8
|
+
import 'oxc-parser';
|
|
9
|
+
import 'semver';
|
|
5
10
|
import '@storm-software/build-tools/types';
|
|
6
11
|
import '@storm-software/config-tools/types';
|
|
7
12
|
import '@storm-software/config/types';
|
|
8
13
|
import '@stryke/types/configuration';
|
|
9
14
|
import '@stryke/types/file';
|
|
10
15
|
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'oxc-parser';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import '@stryke/types/array';
|
|
17
16
|
import '@stryke/types/tsconfig';
|
|
18
17
|
import 'typescript';
|
|
19
18
|
import '@stryke/json/types';
|
|
20
19
|
import 'node:fs';
|
|
20
|
+
import '@stryke/types/array';
|
|
21
21
|
|
|
22
22
|
type BaseHooks<TContext extends PluginContext = PluginContext> = BasePluginHookFunctions<TContext>;
|
|
23
23
|
type BaseHookKeys<TContext extends PluginContext = PluginContext> = keyof BaseHooks<TContext>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var chunkHZIY2AV4_cjs = require('./chunk-HZIY2AV4.cjs');
|
|
3
4
|
var chunkDZZPNO5H_cjs = require('./chunk-DZZPNO5H.cjs');
|
|
4
5
|
var chunkECFS7DPV_cjs = require('./chunk-ECFS7DPV.cjs');
|
|
5
6
|
var chunk5MO4BCOW_cjs = require('./chunk-5MO4BCOW.cjs');
|
|
@@ -10,6 +11,10 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
|
|
14
|
+
Object.defineProperty(exports, "getOrganizationName", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return chunkHZIY2AV4_cjs.getOrganizationName; }
|
|
17
|
+
});
|
|
13
18
|
Object.defineProperty(exports, "enforceVariant", {
|
|
14
19
|
enumerable: true,
|
|
15
20
|
get: function () { return chunkDZZPNO5H_cjs.enforceVariant; }
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
+
export { getOrganizationName } from './context-helpers.cjs';
|
|
1
2
|
export { enforceVariant } from './enforce.cjs';
|
|
2
3
|
export { extend } from './extend.cjs';
|
|
3
4
|
export { getConfigPath } from './get-config-path.cjs';
|
|
4
5
|
export { addPluginHook, checkDedupe, extractPluginHook, getHookHandler, isHookExternal, isHookInternal, isPlugin, isPluginConfig, isPluginConfigObject, isPluginConfigTuple, isPluginHook, isPluginHookFunction, isPluginHookObject } from './helpers.cjs';
|
|
5
6
|
export { MergeResult, merge } from './merge.cjs';
|
|
6
7
|
export { replacePathTokens } from './paths.cjs';
|
|
7
|
-
import './
|
|
8
|
-
import '@storm-software/build-tools/types';
|
|
9
|
-
import '@storm-software/config-tools/types';
|
|
10
|
-
import '@storm-software/config/types';
|
|
11
|
-
import '@stryke/types/base';
|
|
12
|
-
import '@stryke/types/configuration';
|
|
13
|
-
import '@stryke/types/file';
|
|
14
|
-
import 'vite';
|
|
8
|
+
import './context-BseW8r26.cjs';
|
|
15
9
|
import '@stryke/env/get-env-paths';
|
|
10
|
+
import '@stryke/types/base';
|
|
16
11
|
import '@stryke/types/package-json';
|
|
17
12
|
import 'jiti';
|
|
18
13
|
import 'oxc-parser';
|
|
19
14
|
import 'semver';
|
|
20
15
|
import 'unplugin';
|
|
21
|
-
import '@
|
|
16
|
+
import '@storm-software/build-tools/types';
|
|
17
|
+
import '@storm-software/config-tools/types';
|
|
18
|
+
import '@storm-software/config/types';
|
|
19
|
+
import '@stryke/types/configuration';
|
|
20
|
+
import '@stryke/types/file';
|
|
21
|
+
import 'vite';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
24
|
import '@stryke/json/types';
|
|
25
25
|
import 'node:fs';
|
|
26
|
+
import '@stryke/types/array';
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
+
export { getOrganizationName } from './context-helpers.js';
|
|
1
2
|
export { enforceVariant } from './enforce.js';
|
|
2
3
|
export { extend } from './extend.js';
|
|
3
4
|
export { getConfigPath } from './get-config-path.js';
|
|
4
5
|
export { addPluginHook, checkDedupe, extractPluginHook, getHookHandler, isHookExternal, isHookInternal, isPlugin, isPluginConfig, isPluginConfigObject, isPluginConfigTuple, isPluginHook, isPluginHookFunction, isPluginHookObject } from './helpers.js';
|
|
5
6
|
export { MergeResult, merge } from './merge.js';
|
|
6
7
|
export { replacePathTokens } from './paths.js';
|
|
7
|
-
import './
|
|
8
|
-
import '@storm-software/build-tools/types';
|
|
9
|
-
import '@storm-software/config-tools/types';
|
|
10
|
-
import '@storm-software/config/types';
|
|
11
|
-
import '@stryke/types/base';
|
|
12
|
-
import '@stryke/types/configuration';
|
|
13
|
-
import '@stryke/types/file';
|
|
14
|
-
import 'vite';
|
|
8
|
+
import './context-BseW8r26.js';
|
|
15
9
|
import '@stryke/env/get-env-paths';
|
|
10
|
+
import '@stryke/types/base';
|
|
16
11
|
import '@stryke/types/package-json';
|
|
17
12
|
import 'jiti';
|
|
18
13
|
import 'oxc-parser';
|
|
19
14
|
import 'semver';
|
|
20
15
|
import 'unplugin';
|
|
21
|
-
import '@
|
|
16
|
+
import '@storm-software/build-tools/types';
|
|
17
|
+
import '@storm-software/config-tools/types';
|
|
18
|
+
import '@storm-software/config/types';
|
|
19
|
+
import '@stryke/types/configuration';
|
|
20
|
+
import '@stryke/types/file';
|
|
21
|
+
import 'vite';
|
|
22
22
|
import '@stryke/types/tsconfig';
|
|
23
23
|
import 'typescript';
|
|
24
24
|
import '@stryke/json/types';
|
|
25
25
|
import 'node:fs';
|
|
26
|
+
import '@stryke/types/array';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { P as PluginContext, a as Plugin, c as PartialPlugin } from './
|
|
2
|
-
import '@storm-software/build-tools/types';
|
|
3
|
-
import '@storm-software/config-tools/types';
|
|
4
|
-
import '@storm-software/config/types';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
1
|
+
import { P as PluginContext, a as Plugin, c as PartialPlugin } from './context-BseW8r26.cjs';
|
|
9
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
type MergeResult<TContext extends PluginContext, TPluginA extends Plugin<TContext> | PartialPlugin<TContext>, TPluginB extends Plugin<TContext> | PartialPlugin<TContext>> = TPluginA extends Plugin<TContext> ? Plugin<TContext> : TPluginB extends Plugin<TContext> ? Plugin<TContext> : PartialPlugin<TContext>;
|
|
22
22
|
/**
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { P as PluginContext, a as Plugin, c as PartialPlugin } from './
|
|
2
|
-
import '@storm-software/build-tools/types';
|
|
3
|
-
import '@storm-software/config-tools/types';
|
|
4
|
-
import '@storm-software/config/types';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
1
|
+
import { P as PluginContext, a as Plugin, c as PartialPlugin } from './context-BseW8r26.js';
|
|
9
2
|
import '@stryke/env/get-env-paths';
|
|
3
|
+
import '@stryke/types/base';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
type MergeResult<TContext extends PluginContext, TPluginA extends Plugin<TContext> | PartialPlugin<TContext>, TPluginB extends Plugin<TContext> | PartialPlugin<TContext>> = TPluginA extends Plugin<TContext> ? Plugin<TContext> : TPluginB extends Plugin<TContext> ? Plugin<TContext> : PartialPlugin<TContext>;
|
|
22
22
|
/**
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { IsUndefined } from '@stryke/types/base';
|
|
2
|
-
import { U as UnresolvedContext } from './
|
|
3
|
-
import '@storm-software/build-tools/types';
|
|
4
|
-
import '@storm-software/config-tools/types';
|
|
5
|
-
import '@storm-software/config/types';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
2
|
+
import { U as UnresolvedContext } from './context-BseW8r26.cjs';
|
|
9
3
|
import '@stryke/env/get-env-paths';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Replaces tokens in the given path string with their corresponding values from the context.
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { IsUndefined } from '@stryke/types/base';
|
|
2
|
-
import { U as UnresolvedContext } from './
|
|
3
|
-
import '@storm-software/build-tools/types';
|
|
4
|
-
import '@storm-software/config-tools/types';
|
|
5
|
-
import '@storm-software/config/types';
|
|
6
|
-
import '@stryke/types/configuration';
|
|
7
|
-
import '@stryke/types/file';
|
|
8
|
-
import 'vite';
|
|
2
|
+
import { U as UnresolvedContext } from './context-BseW8r26.js';
|
|
9
3
|
import '@stryke/env/get-env-paths';
|
|
10
4
|
import '@stryke/types/package-json';
|
|
11
5
|
import 'jiti';
|
|
12
6
|
import 'oxc-parser';
|
|
13
7
|
import 'semver';
|
|
14
8
|
import 'unplugin';
|
|
15
|
-
import '@
|
|
9
|
+
import '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/configuration';
|
|
13
|
+
import '@stryke/types/file';
|
|
14
|
+
import 'vite';
|
|
16
15
|
import '@stryke/types/tsconfig';
|
|
17
16
|
import 'typescript';
|
|
18
17
|
import '@stryke/json/types';
|
|
19
18
|
import 'node:fs';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Replaces tokens in the given path string with their corresponding values from the context.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "powerlines",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The \"any framework\" framework that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
|
|
6
6
|
"repository": {
|
|
@@ -540,5 +540,5 @@
|
|
|
540
540
|
"typescript": "^5.9.3"
|
|
541
541
|
},
|
|
542
542
|
"publishConfig": { "access": "public" },
|
|
543
|
-
"gitHead": "
|
|
543
|
+
"gitHead": "30a4cf4f1c707fe159b55f65f1e87b14d679614d"
|
|
544
544
|
}
|