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
* use string instead of enum for Version ([#561](https://github.com/cloudevents/sdk-javascript/issues/561)) ([15f6505](https://github.com/cloudevents/sdk-javascript/commit/15f6505a580b2bbf8d6b2e89feea10cbd40ab827))
10
+
TypeScript does not consider enum values equivalent, even if the string
11
+
representation is the same. So, when a module imports `cloudevents` and
12
+
also has a dependency on `cloudevents` this can cause conflicts where
13
+
the `CloudEvent.version` attribute is not considered equal when, in
0 commit comments