You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(benchmark): prepare package for npm publishing
Add standard package metadata, configure exports with compiled dist
output and type declarations, and move `@filtron/*` to devDependencies.
PR: #129
chore: update js/sql versions
Update versions to prepare for a new release. Also, remove a devDependency
from `@filtron/core` to the "private" package `@filtron/benchmarks`
PR: #127
chore: update js/sql versions
Update versions to prepare for a new release. Also, remove a devDependency
from `@filtron/core` to the "private" package `@filtron/benchmarks`
PR: #127
fix: skip already-published packages in publish workflow
Refactor `scripts/verify-tag.ts` to gracefully skip packages that are
already published on npm, allowing sequential GitHub releases on the
same commit without failing the workflow.
PR: #126