feat(docs): add package READMEs and publish metadata; update web package publish order

This commit is contained in:
2025-12-16 12:46:42 +00:00
parent 2ad751ecba
commit 5462257398
10 changed files with 1228 additions and 258 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 2025-12-16 - 1.14.0 - feat(docs)
add package READMEs and publish metadata; update web package publish order
- Add comprehensive README for ts_web (web components/UI)
- Add README for ts_idpclient (TypeScript client)
- Add README for ts_interfaces (type definitions/interfaces)
- Add tspublish.json for ts_idpcli (@idp.global/cli) and ts_idpclient (@idp.global/client)
- Update ts_web/tspublish.json order from 4 to 5
## 2025-12-15 - 1.13.0 - feat(oidc)
feat(oidc): add OIDC provider (OidcManager, endpoints, and interfaces)