Commit graph

12 commits

Author SHA1 Message Date
saberzero1
d642132d7e
chore: remove vestigial @jackyzha0/quartz peerDependency 2026-05-24 16:23:46 +02:00
saberzero1
cb695fb903
docs: add missing defaultOptions and optionSchema to package.json manifest 2026-05-22 20:06:19 +02:00
saberzero1
4bca8d3e77
deps: update @quartz-community/utils 2026-04-03 15:07:37 +02:00
saberzero1
d56cb6297a
fix: bundle non-shared deps into dist to prevent runtime resolution failures
Move non-allowlisted packages from dependencies/peerDependencies to
devDependencies so tsup bundles them into dist/ instead of leaving
them as external imports that may not resolve at runtime.
2026-03-17 19:31:51 +01:00
saberzero1
282bdda033
fix: add build-time deps for DTS generation
Peer dependencies needed at build time for TypeScript declaration file
generation were missing from devDependencies. Without them, the DTS build
fails silently, producing no index.d.ts.
2026-03-14 22:26:14 +01:00
saberzero1
b6a89c9954
chore: commit dist/ and remove prepare script
Pre-built output is now committed to the repository so that
Quartz can skip the build step during plugin installation.
The prepare script is removed to prevent redundant builds
when installing from npm/git.
2026-03-14 21:57:39 +01:00
saberzero1
2fa96b3707
chore: move build tools to devDependencies, shared deps to peerDependencies
tsup and typescript are only needed at build time — move to devDependencies
so they can be pruned after build. Dependencies already available from the
host Quartz installation are moved to peerDependencies to avoid duplication.
2026-03-14 21:26:43 +01:00
saberzero1
772b27e40c
fix: compile SCSS via sass instead of raw text to prevent lightningcss errors 2026-02-26 16:44:50 +01:00
saberzero1
1e8700475d
fix: move tsup and typescript to dependencies for git install compatibility 2026-02-23 01:09:43 +01:00
saberzero1
be178b7ab4
chore: add quartz plugin manifest to package.json 2026-02-17 17:43:46 +01:00
saberzero1
b61471f830
feat: migrate ContentMeta component from Quartz v5 core 2026-02-13 17:14:37 +01:00
Emile Bangma
39a5bf471b
Initial commit 2026-02-13 16:53:51 +01:00