aurochs 0.12.0 → 0.12.2
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/cli.js +391 -101696
- package/package.json +5 -1
- package/dist/resvgjs.linux-x64-gnu-7zy3zqas.node +0 -0
- package/dist/resvgjs.linux-x64-musl-80m5e4kx.node +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aurochs",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -183,6 +183,10 @@
|
|
|
183
183
|
"scripts": {
|
|
184
184
|
"prepublishOnly": "echo 'Run build from @aurochs-build/aurochs first'"
|
|
185
185
|
},
|
|
186
|
+
"dependencies": {
|
|
187
|
+
"@resvg/resvg-js": "^2.6.2",
|
|
188
|
+
"zstd-codec": "^0.1.5"
|
|
189
|
+
},
|
|
186
190
|
"peerDependencies": {
|
|
187
191
|
"react": "^18.0.0 || ^19.0.0",
|
|
188
192
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
Binary file
|
|
Binary file
|