@powerlines/plugin-satori 0.1.235 → 0.1.236
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 +4 -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.236",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
|
|
6
6
|
"repository": {
|
|
@@ -70,20 +70,6 @@
|
|
|
70
70
|
"default": "./dist/types/index.mjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./types/*": {
|
|
74
|
-
"require": {
|
|
75
|
-
"types": "./dist/types/*.d.cts",
|
|
76
|
-
"default": "./dist/types/*.cjs"
|
|
77
|
-
},
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/*.d.mts",
|
|
80
|
-
"default": "./dist/types/*.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/*.d.mts",
|
|
84
|
-
"default": "./dist/types/*.mjs"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
73
|
"./types/module": {
|
|
88
74
|
"require": {
|
|
89
75
|
"types": "./dist/types/module.d.cts",
|
|
@@ -131,11 +117,11 @@
|
|
|
131
117
|
"@stryke/types": "^0.10.36",
|
|
132
118
|
"defu": "^6.1.4",
|
|
133
119
|
"jiti": "^2.6.1",
|
|
134
|
-
"powerlines": "^0.38.
|
|
120
|
+
"powerlines": "^0.38.4",
|
|
135
121
|
"satori": "^0.18.4"
|
|
136
122
|
},
|
|
137
123
|
"devDependencies": {
|
|
138
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
124
|
+
"@powerlines/plugin-plugin": "^0.12.188",
|
|
139
125
|
"@storm-software/config": "^1.135.1",
|
|
140
126
|
"@types/node": "^24.10.9",
|
|
141
127
|
"@types/react": "^19.2.10",
|
|
@@ -143,5 +129,5 @@
|
|
|
143
129
|
},
|
|
144
130
|
"publishConfig": { "access": "public" },
|
|
145
131
|
"types": "./dist/index.d.cts",
|
|
146
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
|
|
147
133
|
}
|