@powerlines/plugin-unified 0.1.210 → 0.1.212
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 +16 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
7
|
<picture>
|
|
8
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif">
|
|
9
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light.gif">
|
|
10
|
-
<img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-light.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
|
|
11
11
|
</picture>
|
|
12
12
|
</div>
|
|
13
13
|
<br />
|
|
@@ -254,9 +254,9 @@ specification. Contributions of any kind welcome!
|
|
|
254
254
|
|
|
255
255
|
<div align="center">
|
|
256
256
|
<picture>
|
|
257
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
258
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
259
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
257
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
|
|
258
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
|
|
259
|
+
<img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
260
260
|
</picture>
|
|
261
261
|
</div>
|
|
262
262
|
<br />
|
|
@@ -288,9 +288,17 @@ generation of development tools, please reach out on our
|
|
|
288
288
|
|
|
289
289
|
<br />
|
|
290
290
|
|
|
291
|
-
<div align="center"
|
|
291
|
+
<div align="center">
|
|
292
|
+
<a href="https://stormsoftware.com" target="_blank">
|
|
293
|
+
<picture>
|
|
294
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
|
|
295
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
|
|
296
|
+
<img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
|
|
297
|
+
</picture>
|
|
298
|
+
</a>
|
|
299
|
+
</div>
|
|
292
300
|
<br />
|
|
293
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-
|
|
301
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
|
|
294
302
|
|
|
295
303
|
<br />
|
|
296
304
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-unified",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.212",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to use the Unified ecosystem to generate content.",
|
|
6
6
|
"keywords": ["unified", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
"@stryke/types": "^0.12.12",
|
|
96
96
|
"@stryke/type-checks": "^0.6.17",
|
|
97
97
|
"defu": "^6.1.7",
|
|
98
|
-
"powerlines": "0.47.
|
|
98
|
+
"powerlines": "0.47.136",
|
|
99
99
|
"unified": "^11.0.5",
|
|
100
100
|
"@rollup/pluginutils": "^4.2.1",
|
|
101
|
-
"rollup": "^4.
|
|
101
|
+
"rollup": "^4.62.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
105
|
-
"@types/node": "^25.9.
|
|
104
|
+
"@powerlines/plugin-plugin": "0.12.548",
|
|
105
|
+
"@types/node": "^25.9.3",
|
|
106
106
|
"@types/hast": "^3.0.4",
|
|
107
107
|
"@types/mdast": "^4.0.4",
|
|
108
108
|
"@types/unist": "^3.0.3",
|
|
109
109
|
"@types/estree": "^1.0.9"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "7bc932dbec843729ebecf5a95f0f31ff9d53f4da"
|
|
113
113
|
}
|