chore: bump version to 1.1.21

This commit is contained in:
webadderall
2026-04-12 18:08:30 +10:00
parent b2342090b2
commit e7a62f5fa8
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"url": "https://github.com/webadderall/Recordly/issues"
},
"private": true,
"version": "1.1.20",
"version": "1.1.21",
"type": "module",
"scripts": {
"dev": "vite",
@@ -117,8 +117,6 @@ const SUPPORTED_CURSOR_KEYS: CursorAssetKey[] = [
];
const DEFAULT_CURSOR_PACK_ANCHOR = { x: 0.08, y: 0.08 } as const;
const POINTER_CURSOR_PACK_ANCHOR = { x: 0.48, y: 0.1 } as const;
const CENTERED_CURSOR_PACK_ANCHOR = { x: 0.5, y: 0.5 } as const;
const CURSOR_PACK_POINTER_TYPES = new Set<CursorAssetKey>(["pointer", "open-hand", "closed-hand"]);
const BUILTIN_CURSOR_PACK_SOURCES: Record<string, CursorPackSource> = {};