What's Changed
- Bump typescript from 5.1.3 to 5.1.6 by @dependabot in #225
- Bump eslint from 8.41.0 to 8.44.0 by @dependabot in #224
- Bump @types/uuid from 9.0.1 to 9.0.2 by @dependabot in #219
- Bump @typescript-eslint/parser from 5.59.8 to 5.60.1 by @dependabot in #218
- Bump eslint-plugin-n from 16.0.0 to 16.0.1 by @dependabot in #221
- Bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #223
- Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.60.1 by @dependabot in #222
- Bump @types/node from 20.2.5 to 20.3.3 by @dependabot in #220
- Removed social distancing code by @mroloux in #226
- Creating and updating events is done through request objects, to avoid passing in lots of null values by @mroloux in #227
Full Changelog: v76.2.0...v77.0.0
Migrating from v76
client.events.create()
now takes aCreateEventParams
objectclient.events.update()
now takes anUpdateEventParams
object- Social distancing is deprecated. You cannot use it anymore from v77.