skikrumb-api 1.3.6 → 1.3.7

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ export const skiKrumb = (options = {
111
111
  .json();
112
112
  });
113
113
  const createSubscription = (customerId, priceId, cartId, productId, registrations) => __awaiter(void 0, void 0, void 0, function* () {
114
- if (!customerId || priceId || !cartId || !productId || !registrations) {
114
+ if (!customerId || !priceId || !cartId || !productId || !registrations) {
115
115
  throw new Error('Customer ID, price Id, cart ID, product ID, and registrations are required');
116
116
  }
117
117
  return api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skikrumb-api",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Wrapper for the skiKrumb API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",