mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
## [0.17.6](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.5...v0.17.6) (2026-03-28) ### Bug Fixes * resolve pipeline step race condition and infinite re-render loop ([aa1f87f](https://github.com/siddharthksah/Stirling-Image/commit/aa1f87fc91e0b5edd93c6720fcc54a839e51893a)) * show checkerboard behind transparent images in before/after slider ([2e29501](https://github.com/siddharthksah/Stirling-Image/commit/2e29501ae6f1652cc3d0e9193863aeddb18513af))
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "0.17.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4"
|
|
}
|
|
}
|