Add version sync script and update to 0.1.3

- Created automated version sync script in scripts/sync-version.js
- Updates all website version references automatically
- Added sync-version npm script for easy usage
- All files now synced to version 0.1.3
This commit is contained in:
Casey Collier 2025-07-20 16:16:49 -04:00
parent 0459622c43
commit 0941d85d53
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
"build:cjs": "esbuild src/index.ts --bundle --outfile=dist/index.cjs --target=node16 --format=cjs --platform=node",
"build:types": "tsc --emitDeclarationOnly --outDir dist",
"typecheck": "tsc --noEmit",
"sync-version": "node scripts/sync-version.js",
"prepublishOnly": "bun run build && bun run typecheck"
},
"keywords": [

View file

@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@catalystlabs/typedfetch": "^0.1.2",
"@catalystlabs/typedfetch": "^0.1.3",
"@mantine/code-highlight": "^8.0.0",
"@mantine/core": "^8.0.0",
"@mantine/hooks": "^8.0.0",