@powerlines/plugin-plugin 0.10.1 → 0.10.3
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 -2
- package/dist/src/index.js +2 -2
- package/package.json +5 -5
- /package/dist/node_modules/.pnpm/{esbuild-plugin-babel@0.2.3_@babel_core@7.28.4 → esbuild-plugin-babel@0.2.3_@babel_core@7.28.5}/node_modules/esbuild-plugin-babel/src/index.cjs +0 -0
- /package/dist/node_modules/.pnpm/{esbuild-plugin-babel@0.2.3_@babel_core@7.28.4 → esbuild-plugin-babel@0.2.3_@babel_core@7.28.5}/node_modules/esbuild-plugin-babel/src/index.js +0 -0
package/dist/src/index.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var append = require('@stryke/path/append');
|
|
|
13
13
|
var isParentPath = require('@stryke/path/is-parent-path');
|
|
14
14
|
var join = require('@stryke/path/join');
|
|
15
15
|
var defu = require('defu');
|
|
16
|
-
var index = require('../node_modules/.pnpm/esbuild-plugin-babel@0.2.3_@babel_core@7.28.
|
|
16
|
+
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');
|
|
17
17
|
var tsup$1 = require('powerlines/lib/build/tsup');
|
|
18
18
|
|
|
19
19
|
/*@ts-ignore*/
|
|
@@ -51,7 +51,7 @@ const plugin = __assignType((options = {}) => {
|
|
|
51
51
|
if (this.tsconfig.tsconfigJson.compilerOptions.jsx !== "preserve") {
|
|
52
52
|
this.tsconfig.tsconfigJson.compilerOptions.jsx = "preserve";
|
|
53
53
|
}
|
|
54
|
-
await this.fs.
|
|
54
|
+
await this.fs.writeFile(this.tsconfig.tsconfigFilePath, stormJson.StormJSON.stringify(this.tsconfig.tsconfigJson), { mode: "fs" });
|
|
55
55
|
}
|
|
56
56
|
if (this.config.output.projectDistPath) {
|
|
57
57
|
this.config.override.outputPath ??= join.joinPaths(this.config.projectRoot, this.config.output.projectDistPath);
|
package/dist/src/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { appendPath } from '@stryke/path/append';
|
|
|
10
10
|
import { isParentPath } from '@stryke/path/is-parent-path';
|
|
11
11
|
import { joinPaths } from '@stryke/path/join';
|
|
12
12
|
import { defu } from 'defu';
|
|
13
|
-
import pluginBabel from '../node_modules/.pnpm/esbuild-plugin-babel@0.2.3_@babel_core@7.28.
|
|
13
|
+
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';
|
|
14
14
|
import { resolveTsupEntry, extractTsupConfig } from 'powerlines/lib/build/tsup';
|
|
15
15
|
|
|
16
16
|
/*@ts-ignore*/
|
|
@@ -48,7 +48,7 @@ const plugin = __assignType((options = {}) => {
|
|
|
48
48
|
if (this.tsconfig.tsconfigJson.compilerOptions.jsx !== "preserve") {
|
|
49
49
|
this.tsconfig.tsconfigJson.compilerOptions.jsx = "preserve";
|
|
50
50
|
}
|
|
51
|
-
await this.fs.
|
|
51
|
+
await this.fs.writeFile(this.tsconfig.tsconfigFilePath, StormJSON.stringify(this.tsconfig.tsconfigJson), { mode: "fs" });
|
|
52
52
|
}
|
|
53
53
|
if (this.config.output.projectDistPath) {
|
|
54
54
|
this.config.override.outputPath ??= joinPaths(this.config.projectRoot, this.config.output.projectDistPath);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-plugin",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@alloy-js/json": "^0.20.0",
|
|
123
123
|
"@alloy-js/markdown": "^0.20.0",
|
|
124
124
|
"@alloy-js/typescript": "^0.20.0",
|
|
125
|
-
"@babel/preset-typescript": "^7.
|
|
125
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
126
126
|
"@storm-software/tsup": "^0.2.9",
|
|
127
127
|
"@stryke/fs": "^0.32.2",
|
|
128
128
|
"@stryke/json": "^0.9.3",
|
|
@@ -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.10.
|
|
135
|
+
"powerlines": "^0.10.2"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@alloy-js/rollup-plugin": "^0.1.0",
|
|
139
|
-
"@powerlines/nx": "^0.8.
|
|
139
|
+
"@powerlines/nx": "^0.8.3",
|
|
140
140
|
"@rollup/plugin-commonjs": "^28.0.8",
|
|
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": "4c2e10f19685af75cbad8a2e6951d47894415fbb"
|
|
150
150
|
}
|
|
File without changes
|