@powerlines/plugin-satori 0.1.559 → 0.1.561
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/package.json +19 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-satori",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.561",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
|
|
6
6
|
"repository": {
|
|
@@ -108,25 +108,26 @@
|
|
|
108
108
|
"react-dom": { "optional": true }
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@stryke/convert": "
|
|
112
|
-
"@stryke/fs": "
|
|
113
|
-
"@stryke/helpers": "
|
|
114
|
-
"@stryke/json": "
|
|
115
|
-
"@stryke/path": "
|
|
116
|
-
"@stryke/type-checks": "
|
|
117
|
-
"@stryke/types": "
|
|
118
|
-
"defu": "
|
|
119
|
-
"jiti": "
|
|
120
|
-
"powerlines": "
|
|
121
|
-
"satori": "
|
|
111
|
+
"@stryke/convert": "^0.7.13",
|
|
112
|
+
"@stryke/fs": "^0.33.83",
|
|
113
|
+
"@stryke/helpers": "^0.10.22",
|
|
114
|
+
"@stryke/json": "^0.15.6",
|
|
115
|
+
"@stryke/path": "^0.29.9",
|
|
116
|
+
"@stryke/type-checks": "^0.6.15",
|
|
117
|
+
"@stryke/types": "^0.12.10",
|
|
118
|
+
"defu": "^6.1.7",
|
|
119
|
+
"jiti": "^2.7.0",
|
|
120
|
+
"powerlines": "^0.47.101",
|
|
121
|
+
"satori": "^0.18.4"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@powerlines/plugin-plugin": "
|
|
125
|
-
"@storm-software/config": "
|
|
126
|
-
"@types/node": "
|
|
127
|
-
"@types/react": "
|
|
128
|
-
"@types/react-dom": "
|
|
124
|
+
"@powerlines/plugin-plugin": "^0.12.513",
|
|
125
|
+
"@storm-software/config": "^1.137.69",
|
|
126
|
+
"@types/node": "^25.9.1",
|
|
127
|
+
"@types/react": "^19.2.15",
|
|
128
|
+
"@types/react-dom": "^19.2.3"
|
|
129
129
|
},
|
|
130
130
|
"publishConfig": { "access": "public" },
|
|
131
|
-
"types": "./dist/index.d.cts"
|
|
131
|
+
"types": "./dist/index.d.cts",
|
|
132
|
+
"gitHead": "64a604fd5da7312baeeb58dfcef0fd3ace15174e"
|
|
132
133
|
}
|