@powerlines/plugin-alloy 0.26.307 → 0.26.308
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/index.cjs +1 -3
- package/dist/index.mjs +2 -2
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const require_rolldown_runtime = require('./rolldown-runtime-C24Yb2bl.cjs');
|
|
3
2
|
let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
|
|
4
|
-
_powerlines_plugin_babel = require_rolldown_runtime.__toESM(_powerlines_plugin_babel, 1);
|
|
5
3
|
let _stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
6
4
|
|
|
7
5
|
//#region src/index.tsx
|
|
@@ -19,7 +17,7 @@ let _stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
|
19
17
|
* @returns Powerlines plugin instances.
|
|
20
18
|
*/
|
|
21
19
|
const plugin = (options = {}) => {
|
|
22
|
-
return [(0, _powerlines_plugin_babel.
|
|
20
|
+
return [(0, _powerlines_plugin_babel.plugin)(), {
|
|
23
21
|
name: "alloy",
|
|
24
22
|
config() {
|
|
25
23
|
this.debug("Updating configuration options to support Alloy-js builds.");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { plugin as plugin$1 } from "@powerlines/plugin-babel";
|
|
2
2
|
import { findFileExtension } from "@stryke/path/file-path-fns";
|
|
3
3
|
|
|
4
4
|
//#region src/index.tsx
|
|
@@ -16,7 +16,7 @@ import { findFileExtension } from "@stryke/path/file-path-fns";
|
|
|
16
16
|
* @returns Powerlines plugin instances.
|
|
17
17
|
*/
|
|
18
18
|
const plugin = (options = {}) => {
|
|
19
|
-
return [
|
|
19
|
+
return [plugin$1(), {
|
|
20
20
|
name: "alloy",
|
|
21
21
|
config() {
|
|
22
22
|
this.debug("Updating configuration options to support Alloy-js builds.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.308",
|
|
4
4
|
"description": "A Powerlines plugin to generate project code using Alloy JS via Power Plant.",
|
|
5
5
|
"keywords": ["alloy-js", "powerlines", "powerlines-plugin"],
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
"@power-plant/alloy-js": "^0.0.86",
|
|
306
306
|
"@power-plant/core": "^0.0.89",
|
|
307
307
|
"@power-plant/schema": "^0.0.87",
|
|
308
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
309
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
308
|
+
"@powerlines/plugin-babel": "^0.13.207",
|
|
309
|
+
"@powerlines/plugin-power-plant": "^0.1.67",
|
|
310
310
|
"@storm-software/config-tools": "^1.190.133",
|
|
311
311
|
"@stryke/capnp": "^0.12.137",
|
|
312
312
|
"@stryke/convert": "^0.7.39",
|
|
@@ -316,15 +316,15 @@
|
|
|
316
316
|
"@stryke/string-format": "^0.17.50",
|
|
317
317
|
"@stryke/type-checks": "^0.6.41",
|
|
318
318
|
"defu": "^6.1.7",
|
|
319
|
-
"powerlines": "^0.47.
|
|
319
|
+
"powerlines": "^0.47.210"
|
|
320
320
|
},
|
|
321
321
|
"devDependencies": {
|
|
322
322
|
"@alloy-js/babel-preset": "^0.3.0",
|
|
323
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
323
|
+
"@powerlines/plugin-plugin": "^0.12.623",
|
|
324
324
|
"@types/node": "^25.9.5"
|
|
325
325
|
},
|
|
326
326
|
"peerDependencies": { "@alloy-js/babel-preset": ">=0.3.0" },
|
|
327
327
|
"peerDependenciesMeta": { "@alloy-js/babel-preset": { "optional": false } },
|
|
328
328
|
"publishConfig": { "access": "public" },
|
|
329
|
-
"gitHead": "
|
|
329
|
+
"gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
|
|
330
330
|
}
|