@speakableio/core 1.0.9 → 1.0.10

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/index.web.js CHANGED
@@ -1650,10 +1650,7 @@ async function _getCard(params) {
1650
1650
  ...response.data,
1651
1651
  type
1652
1652
  };
1653
- return {
1654
- id: response.id,
1655
- data: cardsMapped
1656
- };
1653
+ return cardsMapped;
1657
1654
  }
1658
1655
  var getCard = withErrorHandler(_getCard, "getCard");
1659
1656