Commit graph

4 commits

Author SHA1 Message Date
Aric Camarata
6179da5a45 fix: align exports and files with tsup output — no "type":"module"
Without "type":"module" in package.json, tsup generates index.d.ts
(CJS fallback) and index.d.mts (ESM) rather than index.d.ts + index.d.cts.
Removes "type":"module" since .cjs/.mjs extensions make it redundant, updates
exports.require.types to index.d.ts, and drops index.d.cts from files.
2026-03-08 15:41:52 -04:00
Aric Camarata
1d57238ea9 Rename to @acamarata/qibla (qibla npm name taken) 2026-03-08 14:05:13 -04:00
Aric Camarata
ac27aedaec Initial release: qibla v1.0.0 2026-03-08 12:44:01 -04:00
Aric Camarata
24cb7b13db
Initial commit 2026-03-08 12:37:35 -04:00