@shipengine/alchemy 1.0.1 → 1.0.2

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 (3) hide show
  1. package/index.js +1 -2
  2. package/index.mjs +1 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -8508,8 +8508,7 @@ const useDownloadRateCard = (rateCardId) => {
8508
8508
  queryFn: () => {
8509
8509
  return client.rateCards.download(rateCardId);
8510
8510
  },
8511
- queryKey: ["useDownloadRateCard", rateCardId],
8512
- select: (result) => result.data
8511
+ queryKey: ["useDownloadRateCard", rateCardId]
8513
8512
  });
8514
8513
  };
8515
8514
 
package/index.mjs CHANGED
@@ -8486,8 +8486,7 @@ const useDownloadRateCard = (rateCardId) => {
8486
8486
  queryFn: () => {
8487
8487
  return client.rateCards.download(rateCardId);
8488
8488
  },
8489
- queryKey: ["useDownloadRateCard", rateCardId],
8490
- select: (result) => result.data
8489
+ queryKey: ["useDownloadRateCard", rateCardId]
8491
8490
  });
8492
8491
  };
8493
8492
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/alchemy",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {