@powerlines/plugin-plugin 0.12.3 → 0.12.5

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/README.md CHANGED
@@ -252,7 +252,11 @@ specification. Contributions of any kind welcome!
252
252
  <br />
253
253
 
254
254
  <div align="center">
255
- <img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
255
+ <picture>
256
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
257
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
258
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
259
+ </picture>
256
260
  </div>
257
261
  <br />
258
262
 
@@ -41,10 +41,9 @@ const plugin = __assignType((options = {}) => {
41
41
  },
42
42
  build: {
43
43
  variant: "tsdown",
44
+ platform: "node",
44
45
  unbundle: false,
45
- external: ["powerlines"],
46
- skipNodeModulesBundle: true,
47
- platform: "node"
46
+ skipNodeModulesBundle: true
48
47
  }
49
48
  };
50
49
  }, ['config', 'P"/!']),
package/dist/src/index.js CHANGED
@@ -38,10 +38,9 @@ const plugin = __assignType((options = {}) => {
38
38
  },
39
39
  build: {
40
40
  variant: "tsdown",
41
+ platform: "node",
41
42
  unbundle: false,
42
- external: ["powerlines"],
43
- skipNodeModulesBundle: true,
44
- platform: "node"
43
+ skipNodeModulesBundle: true
45
44
  }
46
45
  };
47
46
  }, ['config', 'P"/!']),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-plugin",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -118,10 +118,10 @@
118
118
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
119
119
  "dependencies": {
120
120
  "@alloy-js/rollup-plugin": "^0.1.0",
121
- "@alloy-js/core": "^0.20.0",
122
- "@alloy-js/json": "^0.20.0",
123
- "@alloy-js/markdown": "^0.20.0",
124
- "@alloy-js/typescript": "^0.20.0",
121
+ "@alloy-js/core": "^0.21.0",
122
+ "@alloy-js/json": "^0.21.0",
123
+ "@alloy-js/markdown": "^0.21.0",
124
+ "@alloy-js/typescript": "^0.21.0",
125
125
  "tsdown": "0.17.0-beta.5",
126
126
  "unplugin": "3.0.0-beta.3",
127
127
  "@stryke/fs": "^0.33.9",
@@ -133,10 +133,10 @@
133
133
  "@stryke/convert": "^0.6.13",
134
134
  "defu": "^6.1.4",
135
135
  "jiti": "^2.6.1",
136
- "powerlines": "^0.30.2"
136
+ "powerlines": "^0.30.4"
137
137
  },
138
138
  "devDependencies": {
139
- "@powerlines/nx": "^0.10.51",
139
+ "@powerlines/nx": "^0.10.53",
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",
@@ -145,5 +145,5 @@
145
145
  "rollup-plugin-typescript2": "^0.36.0"
146
146
  },
147
147
  "publishConfig": { "access": "public" },
148
- "gitHead": "cac32f77cda8960ceaf2645f04f2c88f16eb4aae"
148
+ "gitHead": "06488a5f1026e506b1e45e3cf15cca029908f02a"
149
149
  }