@vibrant/image-browser
Advanced tools
Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3
{ | ||
"name": "@vibrant/image-browser", | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.3", | ||
"description": "Browser vibrant ImageClass implementation", | ||
"scripts": { | ||
"build": "vite build", | ||
"test": "vitest run", | ||
"test:watch": "vitest watch" | ||
"test:lib": "vitest run", | ||
"test:lib:watch": "vitest watch" | ||
}, | ||
@@ -42,7 +42,7 @@ "type": "module", | ||
"dependencies": { | ||
"@vibrant/image": "^4.0.0-alpha.1" | ||
"@vibrant/image": "^4.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/config": "^0.14.2", | ||
"@types/node": "^14.14.31", | ||
"@types/node": "^18.15.3", | ||
"jsdom": "^25.0.1", | ||
@@ -56,3 +56,3 @@ "typescript": "^4.5.2", | ||
}, | ||
"gitHead": "9daf532e98940dc61f798a1d6a8fd61a2cf64ec6" | ||
"gitHead": "2cdb48edcf5398024bd18a6ed07f2ec50a20030b" | ||
} |
22268