@shopware-pwa/helpers-next
Advanced tools
Comparing version 0.0.0-canary-20241206115245 to 0.0.0-canary-20241209121010
{ | ||
"name": "@shopware-pwa/helpers-next", | ||
"version": "0.0.0-canary-20241206115245", | ||
"version": "0.0.0-canary-20241209121010", | ||
"description": "Shopware helpers for accessing API data", | ||
@@ -35,2 +35,3 @@ "author": "Shopware", | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.3", | ||
"@vitest/coverage-v8": "2.1.8", | ||
@@ -46,4 +47,4 @@ "happy-dom": "15.11.7", | ||
"dev": "unbuild --stub", | ||
"lint": "biome lint . && pnpm run typecheck", | ||
"lint:fix": "biome lint --apply . && pnpm run typecheck", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check . --write && pnpm run typecheck", | ||
"typecheck": "tsc --noEmit", | ||
@@ -50,0 +51,0 @@ "test": "vitest run", |
@@ -39,3 +39,3 @@ # shopware/frontends - helpers | ||
### Latest changes: 0.0.0-canary-20241206115245 | ||
### Latest changes: 0.0.0-canary-20241209121010 | ||
@@ -42,0 +42,0 @@ ### Minor Changes |
45552
6