Commit graph

5 commits

Author SHA1 Message Date
Aric Camarata
8eb0516119 feat: add wiki, fix README scoped package name, CI and package improvements
- Add .wiki/ with Home, API-Reference, and Architecture pages
- Add wiki-sync.yml workflow
- Fix README: badge and install command now use @acamarata/qibla scope
- Add Architecture and Documentation sections to README
- Add README.md, CHANGELOG.md, LICENSE to files field
- Update pack-check CI to verify README, CHANGELOG, LICENSE in tarball
- Fix exports.import.types to ./dist/index.d.mts (matches tsup output)
- Enable sourcemap: true in tsup config
2026-03-08 16:37:26 -04:00
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