2 Commits

Author SHA1 Message Date
18457fd270 Bump version to 1.1.0 and fix publish workflow token
All checks were successful
Build and Test / build (16.x) (push) Successful in 15s
Build and Test / build (18.x) (push) Successful in 13s
Build and Test / build (20.x) (push) Successful in 14s
- Bump to 1.1.0 for new types, credential functions, and client getters
- Use GITEA_TOKEN instead of NPM_TOKEN for Gitea NPM registry auth
2026-03-17 11:04:03 -04:00
a92c42829c Fix CI: commit package-lock.json and remove it from .gitignore
Some checks failed
Build and Test / build (16.x) (push) Failing after 11s
Build and Test / build (18.x) (push) Failing after 9s
Build and Test / build (20.x) (push) Failing after 9s
npm ci requires a lockfile to exist in the repo. All 3 CI runs have
been failing since the initial commit because package-lock.json was
gitignored.
2026-03-17 10:53:08 -04:00