@timardex/cluemart-shared 1.3.48 → 1.3.49
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.
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3087,7 +3087,7 @@ var VENDOR_INFO = import_client5.gql`
|
|
|
3087
3087
|
var UNREGISTERED_VENDOR_INVITATION_FRAGMENT = import_client5.gql`
|
|
3088
3088
|
fragment UnregisteredVendorInvitationFields on UnregisteredVendorInvitationType {
|
|
3089
3089
|
dateTime {
|
|
3090
|
-
|
|
3090
|
+
...EventDateTimeFields
|
|
3091
3091
|
}
|
|
3092
3092
|
eventId
|
|
3093
3093
|
location {
|