diff --git a/package.json b/package.json index 6a702d5..d074a65 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/website/package.json b/website/package.json index 0167992..1412bf3 100644 --- a/website/package.json +++ b/website/package.json @@ -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",