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
A five-line date helper should not be part of the published surface of @stats-organization/github-readme-stats-core just to serve one backend call site.
If someone was relying on him, they could inline an equivalent in a minute.
Note
This removes a public export so it should be shipped it as a breaking version bump.
I would consider to ship this alongside a new new major of the action so we can switch to a more standard approach there.
dateDiffis declared inpackages/core/src/common/ops.tsgithub-stats-extended/packages/core/src/common/ops.ts
Lines 102 to 114 in 31d28cd
and re-exported from
packages/core/src/index.tsgithub-stats-extended/packages/core/src/index.ts
Line 12 in 31d28cd
but nothing inside
corecalls it.Its only consumer in the repo is one line in
apps/backend/api-renamed/status/pat-info.js:github-stats-extended/apps/backend/api-renamed/status/pat-info.js
Line 90 in 31d28cd
A five-line date helper should not be part of the published surface of
@stats-organization/github-readme-stats-corejust to serve one backend call site.If someone was relying on him, they could inline an equivalent in a minute.
Note
This removes a public export so it should be shipped it as a breaking version bump.
I would consider to ship this alongside a new new major of the action so we can switch to a more standard approach there.