jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

feat(gc-functions): `etched` pricing support #364

Open jaikamat opened 2 years ago

jaikamat commented 2 years ago

Summary

This PR makes changes to the cloud function that fetches prices, and adds support for etched price retrieval.

Description

The former implementation did not deeply integrate TS - here, we first build the source files and then serve them. Additionally, we purposefully return null values where no prices are found.

There are also some minor changes here surrounding build step configuration and dependency resolution when deployed to GCP.