Skip to content

Commit

Permalink
dev(package) bump @wix/events to 1.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
liorMar committed Jan 8, 2024
1 parent bfbf925 commit b260f4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@wix/bookings": "^1.0.127",
"@wix/data": "^1.0.2",
"@wix/ecom": "^1.0.164",
"@wix/events": "^1.0.80",
"@wix/events": "^1.0.137",
"@wix/members": "^1.0.12",
"@wix/pricing-plans": "^1.0.17",
"@wix/redirects": "^1.0.12",
Expand Down
4 changes: 2 additions & 2 deletions pages/tickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function Tickets() {
const [ticketsAvailability, setTicketsAvailability] = useState([]);

async function fetchEvents() {
const eventsList = await myWixClient.wixEvents.queryEventsV2({ query: { paging: { limit: 10 } } });
setEventsList(eventsList.events);
const eventsList = await myWixClient.wixEvents.queryEventsV2({ query: { paging: { limit: 10 } } }).find();
setEventsList(eventsList.items);
}

async function fetchTicketsAvailability(event) {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,14 @@ __metadata:
languageName: node
linkType: hard

"@wix/events@npm:^1.0.80":
version: 1.0.127
resolution: "@wix/events@npm:1.0.127"
"@wix/events@npm:^1.0.137":
version: 1.0.138
resolution: "@wix/events@npm:1.0.138"
dependencies:
"@wix/metro-runtime": ^1.0.0
"@wix/motion-edm-autogen-query-wrapper": ^1.0.0
"@wix/sdk-types": ^1.0.0
checksum: 3b78ccb8b831b12e4e42cf2d8efa8597cd1297cc65f971df2cf38c556a318aff3ded947fb3e3ff85e835899bc8269876dd13caaceee85315ce14a6bd54731014
checksum: 872443719413957a6384570f8e826e6b84bdd3d9ba67c8569c9428d0fbbc024429940cb59942c9eafaeb302a45bb5f94b5cc5c2a13b01ec07f5e6948254705c8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4533,7 +4533,7 @@ __metadata:
"@wix/bookings": ^1.0.127
"@wix/data": ^1.0.2
"@wix/ecom": ^1.0.164
"@wix/events": ^1.0.80
"@wix/events": ^1.0.137
"@wix/members": ^1.0.12
"@wix/pricing-plans": ^1.0.17
"@wix/redirects": ^1.0.12
Expand Down

0 comments on commit b260f4a

Please sign in to comment.