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
The discriminator string has
changed from "time" (lowercase) to "Time" (capital
"T"). This change will break for consumers who check
the discriminator directly (for example to
discriminate from other types in a union) or who
serialize and deserialize Time objects with the
discriminator intact.
node: node versions < 18, 19 are no longer
supported.
Features
change discriminator string from "time" to "Time" (49a2281)