@powerlines/plugin-plugin 0.11.49 → 0.11.50
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/src/index.cjs +2 -3
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +2 -3
- package/dist/src/types/plugin.d.ts +5 -5
- package/package.json +4 -4
package/dist/src/index.cjs
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var src_types_plugin = require('./types/plugin.cjs');
|
|
6
|
-
var plugin$1 = require('../packages/powerlines/src/types/plugin.cjs');
|
|
7
6
|
var alloyBabelPreset = require('@alloy-js/babel-preset');
|
|
8
7
|
var typescriptBabelPreset = require('@babel/preset-typescript');
|
|
9
8
|
var types = require('@storm-software/config-tools/types');
|
|
@@ -13,7 +12,7 @@ var isParentPath = require('@stryke/path/is-parent-path');
|
|
|
13
12
|
var join = require('@stryke/path/join');
|
|
14
13
|
var defu = require('defu');
|
|
15
14
|
var index = require('../node_modules/.pnpm/esbuild-plugin-babel@0.2.3_@babel_core@7.28.5/node_modules/esbuild-plugin-babel/src/index.cjs');
|
|
16
|
-
var tsup$1 = require('
|
|
15
|
+
var tsup$1 = require('powerlines/lib/build/tsup');
|
|
17
16
|
|
|
18
17
|
/*@ts-ignore*/
|
|
19
18
|
function __assignType(fn, args) {
|
|
@@ -85,7 +84,7 @@ const plugin = __assignType((options = {}) => {
|
|
|
85
84
|
})));
|
|
86
85
|
}
|
|
87
86
|
};
|
|
88
|
-
}, [() => src_types_plugin.__ΩPluginPluginOptions, 'options', () => ({}),
|
|
87
|
+
}, [() => src_types_plugin.__ΩPluginPluginOptions, 'options', () => ({}), '', 'Pn!2">#!/$']);
|
|
89
88
|
|
|
90
89
|
exports.__ΩPluginPluginAlloyOptions = src_types_plugin.__ΩPluginPluginAlloyOptions;
|
|
91
90
|
exports.__ΩPluginPluginContext = src_types_plugin.__ΩPluginPluginContext;
|
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { __ΩPluginPluginOptions as ___PluginPluginOptions } from './types/plugin.js';
|
|
2
2
|
export { __ΩPluginPluginAlloyOptions, __ΩPluginPluginContext, __ΩPluginPluginResolvedConfig, __ΩPluginPluginUserConfig } from './types/plugin.js';
|
|
3
|
-
import { __ΩPlugin as ___Plugin } from '../packages/powerlines/src/types/plugin.js';
|
|
4
3
|
import alloyBabelPreset from '@alloy-js/babel-preset';
|
|
5
4
|
import typescriptBabelPreset from '@babel/preset-typescript';
|
|
6
5
|
import { LogLevelLabel } from '@storm-software/config-tools/types';
|
|
@@ -10,7 +9,7 @@ import { isParentPath } from '@stryke/path/is-parent-path';
|
|
|
10
9
|
import { joinPaths } from '@stryke/path/join';
|
|
11
10
|
import { defu } from 'defu';
|
|
12
11
|
import pluginBabel from '../node_modules/.pnpm/esbuild-plugin-babel@0.2.3_@babel_core@7.28.5/node_modules/esbuild-plugin-babel/src/index.js';
|
|
13
|
-
import { resolveTsupEntry, extractTsupConfig } from '
|
|
12
|
+
import { resolveTsupEntry, extractTsupConfig } from 'powerlines/lib/build/tsup';
|
|
14
13
|
|
|
15
14
|
/*@ts-ignore*/
|
|
16
15
|
function __assignType(fn, args) {
|
|
@@ -82,6 +81,6 @@ const plugin = __assignType((options = {}) => {
|
|
|
82
81
|
})));
|
|
83
82
|
}
|
|
84
83
|
};
|
|
85
|
-
}, [() => ___PluginPluginOptions, 'options', () => ({}),
|
|
84
|
+
}, [() => ___PluginPluginOptions, 'options', () => ({}), '', 'Pn!2">#!/$']);
|
|
86
85
|
|
|
87
86
|
export { ___PluginPluginOptions as __ΩPluginPluginOptions, plugin as default, plugin };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PrintTreeOptions } from "@alloy-js/core";
|
|
2
|
-
import { TsupBuildConfig, TsupResolvedBuildConfig } from "powerlines/types/build";
|
|
3
|
-
import { UserConfig } from "powerlines/types/config";
|
|
4
|
-
import { PluginContext } from "powerlines/types/context";
|
|
5
|
-
import { ResolvedConfig } from "powerlines/types/resolved";
|
|
1
|
+
import type { PrintTreeOptions } from "@alloy-js/core";
|
|
2
|
+
import type { TsupBuildConfig, TsupResolvedBuildConfig } from "powerlines/types/build";
|
|
3
|
+
import type { UserConfig } from "powerlines/types/config";
|
|
4
|
+
import type { PluginContext } from "powerlines/types/context";
|
|
5
|
+
import type { ResolvedConfig } from "powerlines/types/resolved";
|
|
6
6
|
export type PluginPluginAlloyOptions = Partial<PrintTreeOptions> & {
|
|
7
7
|
/**
|
|
8
8
|
* If true, the Alloy framework is used to generate JSON output files.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-plugin",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.50",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -132,11 +132,11 @@
|
|
|
132
132
|
"defu": "^6.1.4",
|
|
133
133
|
"esbuild-plugin-babel": "^0.2.3",
|
|
134
134
|
"jiti": "^2.6.1",
|
|
135
|
-
"powerlines": "^0.25.
|
|
135
|
+
"powerlines": "^0.25.4"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@alloy-js/rollup-plugin": "^0.1.0",
|
|
139
|
-
"@powerlines/nx": "^0.10.
|
|
139
|
+
"@powerlines/nx": "^0.10.42",
|
|
140
140
|
"@rollup/plugin-commonjs": "^28.0.9",
|
|
141
141
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
142
142
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"rollup-plugin-typescript2": "^0.36.0"
|
|
147
147
|
},
|
|
148
148
|
"publishConfig": { "access": "public" },
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "1b998051f406f2465d5fbfd11594a41e170c0467"
|
|
150
150
|
}
|