chore: release v0.10.0
Some checks failed
Demo / Explore-CI (push) Has been cancelled

This commit is contained in:
ayo 2026-04-05 23:03:23 +02:00
parent 9c551a9e99
commit 7f0ea81578

View file

@ -2,7 +2,7 @@
"name": "@ayco/astro-sw",
"author": "Ayo Ayco",
"license": "MIT",
"version": "0.9.4",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://git.ayo.run/ayo/astro-sw"
@ -43,6 +43,7 @@
"scripts": {
"build": "tsup src/astro-sw.ts src/presets/index.ts src/presets/**/index.ts src/eslint/globals.ts --format esm --dts --clean && cp ../README.md .",
"test": "vitest run",
"bump": "bumpp",
"publish": "npm publish",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
@ -53,6 +54,7 @@
"perf"
],
"dependencies": {
"bumpp": "^11.0.1",
"esbuild": "^0.27.4"
},
"peerDependencies": {