Bump version, drop storage stuff

This commit is contained in:
Jon Staab
2025-09-30 15:05:44 -07:00
parent 79163310c3
commit a2d519766d
20 changed files with 31 additions and 454 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@welshman",
"private": true,
"version": "0.4.7",
"version": "0.5.0",
"workspaces": [
"packages/*"
],
@@ -12,6 +12,7 @@
"lint": "eslint .",
"test": "vitest",
"docs": "typedoc && vitepress build docs",
"bump": "pnpm exec ts-node scripts/bump.ts",
"prepare": "husky"
},
"devDependencies": {
@@ -19,7 +20,6 @@
"eslint": "~9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "~5.2.5",
"fake-indexeddb": "^6.0.0",
"globals": "~16.0.0",
"happy-dom": "^17.4.4",
"husky": "^9.1.7",