* feat: add version key to palette json
* feat: import deno.json directly
* chore: update mod.ts & release please config
* fix: avoid jsr (no-slow-types) error
"Destructuring in exports is not supported. Instead of destructuring,
export each symbol individually."
ref: https://jsr.io/docs/about-slow-types#typescript-restrictions
* fix: make sure to export non-destructured value
---------
Co-authored-by: backwardspy <backwardspy@pigeon.life>
* feat: add support for apple color list / .clr files
* style: format with swift-format
* refactor: minor changes
* refactor: simplify `hexToRGBA`
* fix: use `red` not `calibratedRed` parameter for NSColor
* refactor: clean up arg handling
* ci(release-please): use macos runner, setup swift
* fix: import Buffer type
* fix: require `COMPILE_APPLE_COLOR_LIST=1`
* ci(test): switch to macos & build everything
* ci: upload palettes as artifact
* Update .github/workflows/test.yml
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
---------
Co-authored-by: sgoudham <sgoudham@gmail.com>
Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>