opticedge-cloud-utils 1.0.42 → 1.0.43

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.
@@ -121,7 +121,7 @@ export type PokemonTCGCard = {
121
121
  };
122
122
  pricecharting?: {
123
123
  id: number;
124
- price: PriceChartingPrice;
124
+ prices: PriceChartingPrice;
125
125
  updatedAt: string;
126
126
  deleted?: boolean;
127
127
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticedge-cloud-utils",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Common utilities for cloud functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -124,7 +124,7 @@ export type PokemonTCGCard = {
124
124
  }
125
125
  pricecharting?: {
126
126
  id: number
127
- price: PriceChartingPrice
127
+ prices: PriceChartingPrice
128
128
  updatedAt: string
129
129
  deleted?: boolean
130
130
  }