@hubs101/js-api-skd-client 1.0.10255 → 1.0.10256

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -795,6 +795,7 @@ function EventAPIProvider(props) {
795
795
  pinExhibition,
796
796
  unpinExhibition,
797
797
  fetchEventGroups,
798
+ getPublicRegistrationForm,
798
799
  fetchMyBookings,
799
800
  assignTicket,
800
801
  acceptTicket,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10255",
3
+ "version": "1.0.10256",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",